Skip to content

Commit

Permalink
[maven-release-plugin] prepare release apache-curator-5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Mar 14, 2022
1 parent 4624a87 commit c905ff6
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>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>curator-client</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>curator-framework</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>curator-recipes</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<packaging>bundle</packaging>

<name>Curator Recipes</name>
Expand Down
2 changes: 1 addition & 1 deletion curator-test-zk35/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>curator-test</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>curator-x-discovery-server</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>curator-x-discovery</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</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>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<packaging>pom</packaging>

<name>Apache Curator</name>
Expand Down Expand Up @@ -121,7 +121,7 @@
<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-5.2.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit c905ff6

Please sign in to comment.