Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertpotocki committed Jun 16, 2015
1 parent b7846b3 commit daabaf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -14,7 +14,7 @@
* Support for multi-tenant configuration sources (e.g. keep configuration for all your environments [test, preprod, prod] in one store)
* Handle network failures (e.g. re-try, fallback to another source)
* Adapters for multiple configuration stores
* [Git](), [Consul](https://consul.io/), [ZooKeeper (WIP)](https://zookeeper.apache.org/), MySQL (WIP), Files (YAML, Properties, XML)
* [Git](), [Consul](https://consul.io/), Files, Classpath,[ZooKeeper (WIP)](https://zookeeper.apache.org/) and MySQL (WIP)
* Easy yet flexible configuration management:
* Merge configurations from different sources
* Validation
Expand All @@ -38,7 +38,7 @@ Head to [the documentation](http://cfg4j.org).
#### Gradle
```groovy
dependencies {
compile group: "org.cfg4j", name:"cfg4j", version: "3.2.0"
compile group: "org.cfg4j", name:"cfg4j", version: "3.3.0"
}
```

Expand All @@ -48,7 +48,7 @@ dependencies {
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -20,7 +20,7 @@ buildscript {
ext {
artifactGroup = "org.cfg4j"
artifactName = "cfg4j"
artifactVersion = "3.3.0-SNAPSHOT"
artifactVersion = "3.3.0"
}

repositories {
Expand Down

0 comments on commit daabaf5

Please sign in to comment.