Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
spyhunter99 committed Nov 11, 2017
1 parent fb8fb7c commit 2cbf9df
Show file tree
Hide file tree
Showing 39 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion docs/asciidoc/ClientGuide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.juddi-docs</groupId>
<artifactId>juddi-guide-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-client-guide</artifactId>
<packaging>jdocbook</packaging>
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/Guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.juddi-docs</groupId>
<artifactId>juddi-guide-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-guide</artifactId>
<packaging>jdocbook</packaging>
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.juddi-docs</groupId>
<artifactId>juddi-docs</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<groupId>org.apache.juddi.juddi-docs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.juddi.juddi-docs</groupId>
<artifactId>juddi-docs</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-docs-dist</artifactId>
<name>jUDDI Document Packaging</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.juddi.juddi-docs</groupId>
<artifactId>juddi-docs</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions juddi-client-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-client-cli</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>jUDDI CLI Client</name>
Expand Down
2 changes: 1 addition & 1 deletion juddi-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-client</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion juddi-core-openjpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-core-openjpa</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion juddi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ language governing permissions and * limitations under the License. * */ -->
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-core</artifactId>
<packaging>bundle</packaging>
Expand Down
4 changes: 2 additions & 2 deletions juddi-ddl-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-ddl-generator</artifactId>
<name>juddi-ddl-generator</name>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-core</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-dist</artifactId>
<name>jUDDI Distribution Assembly</name>
Expand Down
10 changes: 5 additions & 5 deletions juddi-examples/ValueSetValidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>

<artifactId>example-vsv-validator</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<name>jUDDI Example Value Set Validator</name>
<dependencies>
<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>uddi-ws</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-client</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-core</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/create-partition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>create-partition</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/hello-world-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hello-world-embedded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hello-world</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions juddi-examples/more-uddi-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-more-samples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<name>jUDDI Even More Examples and Samples</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.juddi.example</groupId>
Expand Down
6 changes: 3 additions & 3 deletions juddi-examples/service-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.juddi</groupId>
<artifactId>service-version</artifactId>
<version>3.3.5</version>
<version>3.3.4-SNAPSHOP</version>
<name>jUDDI Example Service Versioning</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>juddi-client</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/simple-browse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>simple-browse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/simple-publish-clerk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>simple-publish-clerk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/simple-publish-portable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>simple-publish-portable</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions juddi-examples/subscription-notification-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>

<artifactId>subscription-notification-amqp</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<name>jUDDI Example AMQP Notifier for Subscription callbacks</name>
<description>Demonstrates how to write a custom notifier for subscriptions</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/uddi-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>uddi-annotations</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions juddi-examples/uddiv2-api-bridge-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>uddiv2-api-bridge-example</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<name>jUDDI Example Access UDDIv2 using Transport Adapter</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/wsdl2uddi-lifecyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wsdl2uddi-lifecycle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-examples/wsdl2uddi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wsdl2uddi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-gui-dsig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ language governing permissions and * limitations under the License. * */ -->
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-gui-dsig</artifactId>
<name>jUDDI Web Client Digital Signature Applet</name>
Expand Down
2 changes: 1 addition & 1 deletion juddi-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ language governing permissions and * limitations under the License. * */ -->
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-gui-war</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion juddi-rest-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-rest-cxf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion juddi-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddi-tomcat</artifactId>
<name>jUDDI Tomcat Packaging</name>
Expand Down
2 changes: 1 addition & 1 deletion juddiv3-war-repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddiv3-war-repl</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion juddiv3-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ language governing permissions and * limitations under the License. * */ -->
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>juddiv3-war</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<packaging>pom</packaging>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
<name>jUDDI_v3 Parent</name>
<description>jUDDI (pronounced "Judy") is an open source Java
implementation of the Universal Description, Discovery, and
Expand Down Expand Up @@ -167,7 +167,7 @@ under the License.
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf/juddi.git/?p=juddi.git;a=summary</url>
<tag>juddi-3.3.5</tag>
<tag>HEAD</tag>
</scm>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion uddi-client-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ language governing permissions and * limitations under the License. * */ -->
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>
<artifactId>uddi-client-dist</artifactId>
<name>UDDI Client Distribution Assembly</name>
Expand Down
2 changes: 1 addition & 1 deletion uddi-migration-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>3.3.5</version>
<version>3.3.6-SNAPSHOT</version>
</parent>

<groupId>org.apache.juddi</groupId>
Expand Down
Loading

0 comments on commit 2cbf9df

Please sign in to comment.