Skip to content

Commit

Permalink
[maven-release-plugin] prepare release apache-curator-4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randgalt committed Mar 3, 2019
1 parent 0dd7ce3 commit dc6e785
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions curator-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>curator-client</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>bundle</packaging>

<name>Curator Client</name>
Expand Down
2 changes: 1 addition & 1 deletion curator-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>curator-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions curator-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>curator-framework</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>bundle</packaging>

<name>Curator Framework</name>
Expand Down
4 changes: 2 additions & 2 deletions curator-recipes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>curator-recipes</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>bundle</packaging>

<name>Curator Recipes</name>
Expand Down
2 changes: 1 addition & 1 deletion curator-test-zk34/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apache-curator</artifactId>
<groupId>org.apache.curator</groupId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions curator-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>curator-test</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>

<name>Curator Testing</name>
<description>Unit testing utilities.</description>
Expand Down
2 changes: 1 addition & 1 deletion curator-x-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions curator-x-discovery-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>curator-x-discovery-server</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>bundle</packaging>

<name>Curator Service Discovery Server</name>
Expand Down
4 changes: 2 additions & 2 deletions curator-x-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<artifactId>curator-x-discovery</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>bundle</packaging>

<name>Curator Service Discovery</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>pom</packaging>

<name>Apache Curator</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
<url>https://github.com/apache/curator.git</url>
<connection>scm:git:https://gitbox.apache.org/repos/asf/curator.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/curator.git</developerConnection>
<tag>apache-curator-3.2.0</tag>
<tag>apache-curator-4.2.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit dc6e785

Please sign in to comment.