Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urbim committed Jan 24, 2018
1 parent d168b77 commit e5614a4
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-discovery</artifactId>
<groupId>com.kumuluz.ee.discovery</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.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-discovery</artifactId>
<groupId>com.kumuluz.ee.discovery</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.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-discovery</artifactId>
<groupId>com.kumuluz.ee.discovery</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.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.discovery</groupId>
<artifactId>kumuluzee-discovery</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<modules>
<module>common</module>
<module>etcd</module>
Expand All @@ -28,7 +28,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kumuluzee.version>2.6.0-SNAPSHOT</kumuluzee.version>
<kumuluzee.version>2.5.1</kumuluzee.version>

<consul-client.version>0.17.1</consul-client.version>
<etcd4j.version>2.15.0</etcd4j.version>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.kumuluz.ee.discovery</groupId>
<artifactId>kumuluzee-discovery-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit e5614a4

Please sign in to comment.