Optimistically update the README with Maven Central information

This commit is contained in:
Havoc Pennington 2012-04-12 21:48:35 -04:00
parent b88fd55f86
commit b35dfb67b2
2 changed files with 9 additions and 10 deletions

View File

@ -38,23 +38,22 @@ The license is Apache 2.0, see LICENSE-2.0.txt.
## Binary Releases
You can find published releases here:
- http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/
Alternately, unofficial binary releases are also in [maven central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22typesafe-config%22) as:
You can find published releases on Maven Central.
<dependency>
<groupId>org.skife.com.typesafe.config</groupId>
<artifactId>typesafe-config</artifactId>
<version>0.3.0</version>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>0.4.0</version>
</dependency>
Obsolete releases are here, but you probably don't want these:
- http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/
## API docs
- Online: http://typesafehub.github.com/config/latest/api/
- also published in jar form at http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/
- also published in jar form
- consider reading this README first for an intro
- for questions about the `.conf` file format, read HOCON.md in
this directory

View File

@ -9,7 +9,7 @@
// Versions and git tags should follow: http://semver.org/
// except using -SNAPSHOT instead of without hyphen.
version in GlobalScope := "0.3.1-SNAPSHOT"
version in GlobalScope := "0.4.0"
organization in GlobalScope := "com.typesafe"