Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2018.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asafalima committed Oct 30, 2018
1 parent 456e3f5 commit 418a976
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conf4j-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2017.10.2-SNAPSHOT</version>
<version>2018.10.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion conf4j-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2017.10.2-SNAPSHOT</version>
<version>2018.10.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion conf4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2017.10.2-SNAPSHOT</version>
<version>2018.10.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion conf4j-etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2017.10.2-SNAPSHOT</version>
<version>2018.10.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ext-bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2017.10.2-SNAPSHOT</version>
<version>2018.10.1</version>
<relativePath>..</relativePath>
</parent>

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

<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2017.10.2-SNAPSHOT</version>
<version>2018.10.1</version>
<packaging>pom</packaging>

<name>conf4j</name>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:https://github.com/conf4j/conf4j.git</connection>
<developerConnection>scm:git:git@github.com:conf4j/conf4j.git</developerConnection>
<url>https://github.com/conf4j/conf4j</url>
<tag>HEAD</tag>
<tag>v2018.10.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 418a976

Please sign in to comment.