Skip to content

Commit

Permalink
release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertpotocki committed Apr 19, 2016
1 parent 290f1b8 commit 4cf3878
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -43,13 +43,13 @@ Explore the code of the [sample apps](https://github.com/cfg4j/cfg4j-sample-apps
#### Gradle
```groovy
dependencies {
compile group: "org.cfg4j", name:"cfg4j-core", version: "4.2.1"
compile group: "org.cfg4j", name:"cfg4j-core", version: "4.3.0"
// For Consul integration
compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.2.1"
compile group: "org.cfg4j", name:"cfg4j-consul", version: "4.3.0"
// For git integration
compile group: "org.cfg4j", name:"cfg4j-git", version: "4.2.1"
compile group: "org.cfg4j", name:"cfg4j-git", version: "4.3.0"
}
```

Expand All @@ -59,19 +59,19 @@ dependencies {
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-core</artifactId>
<version>4.2.1</version>
<version>4.3.0</version>
</dependency>
<!-- For Consul integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-consul</artifactId>
<version>4.2.1</version>
<version>4.3.0</version>
</dependency>
<!-- For git integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-git</artifactId>
<version>4.2.1</version>
<version>4.3.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -19,7 +19,7 @@ buildscript {

ext {
artifactGroup = "org.cfg4j"
artifactVersion = "4.2.1"
artifactVersion = "4.3.0"
}

repositories {
Expand Down

0 comments on commit 4cf3878

Please sign in to comment.