Skip to content

Commit

Permalink
[maven-release-plugin] prepare release apache-curator-2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randgalt committed May 5, 2015
1 parent 9323d9a commit cf02c82
Show file tree
Hide file tree
Showing 9 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 @@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<artifactId>curator-client</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.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>2.8.0-SNAPSHOT</version>
<version>2.8.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>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<artifactId>curator-framework</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.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>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

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

<name>Curator Recipes</name>
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>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

<artifactId>curator-test</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>

<name>Curator Testing</name>
<description>Unit testing utilities.</description>
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>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
</parent>

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

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

<name>Curator Service Discovery</name>
Expand Down
4 changes: 2 additions & 2 deletions curator-x-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<artifactId>apache-curator</artifactId>
<groupId>org.apache.curator</groupId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>curator-x-rpc</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>

<name>Curator RPC Proxy</name>
<description>A proxy that bridges non-java environments with the Curator framework and recipes</description>
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>2.8.0-SNAPSHOT</version>
<version>2.8.0</version>
<packaging>pom</packaging>

<name>Apache Curator</name>
Expand Down Expand Up @@ -97,7 +97,7 @@
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/curator.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/curator.git
</developerConnection>
<tag>HEAD</tag>
<tag>apache-curator-2.8.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit cf02c82

Please sign in to comment.