Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmezna committed Apr 17, 2019
1 parent cfb45c6 commit 488a318
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-config</artifactId>
<groupId>com.kumuluz.ee.config</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-config</artifactId>
<groupId>com.kumuluz.ee.config</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-config</artifactId>
<groupId>com.kumuluz.ee.config</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kumuluz.ee.config</groupId>
<artifactId>kumuluzee-config</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<modules>
<module>etcd</module>
<module>consul</module>
Expand All @@ -29,7 +29,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kumuluzee.version>3.3.0</kumuluzee.version>
<kumuluzee.version>3.4.0</kumuluzee.version>

<consul-client.version>1.3.2</consul-client.version>
<etcd4j.version>2.17.0</etcd4j.version>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.kumuluz.ee.config</groupId>
<artifactId>kumuluzee-config-common</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 488a318

Please sign in to comment.