Skip to content

Commit

Permalink
[maven-release-plugin] prepare release apache-curator-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cammckenzie committed May 18, 2020
1 parent 2445744 commit e0bb2fb
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 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.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

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

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

<artifactId>curator-recipes</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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.0.0-SNAPSHOT</version>
<version>5.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<artifactId>curator-test</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

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

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

<name>Curator Service Discovery</name>
Expand Down
22 changes: 11 additions & 11 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.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>pom</packaging>

<name>Apache Curator</name>
Expand Down Expand Up @@ -93,21 +93,21 @@
<build-helper-maven-plugin-version>3.1.0</build-helper-maven-plugin-version>

<!-- OSGi Properties -->
<osgi.export.package/>
<osgi.import.package/>
<osgi.private.package/>
<osgi.dynamic.import/>
<osgi.require.bundle/>
<osgi.export.service/>
<osgi.activator/>
<osgi.export.package />
<osgi.import.package />
<osgi.private.package />
<osgi.dynamic.import />
<osgi.require.bundle />
<osgi.export.service />
<osgi.activator />
</properties>

<scm>
<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-5.0.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -935,8 +935,8 @@
<condition property="skip-attaching-original-artifact" else="false">
<not>
<or>
<equals arg1="${project.packaging}" arg2="jar"/>
<equals arg1="${project.packaging}" arg2="bundle"/>
<equals arg1="${project.packaging}" arg2="jar" />
<equals arg1="${project.packaging}" arg2="bundle" />
</or>
</not>
</condition>
Expand Down

0 comments on commit e0bb2fb

Please sign in to comment.