Repository: juddi Updated Branches: refs/heads/master 57ff91cc7 -> 760b78c5c
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/760b78c5 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/760b78c5 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/760b78c5 Branch: refs/heads/master Commit: 760b78c5c64aafbd3d2157bc31d34c431f18ec73 Parents: 57ff91c Author: Alex <[email protected]> Authored: Sun Sep 11 14:13:06 2016 -0400 Committer: Alex <[email protected]> Committed: Sun Sep 11 14:13:06 2016 -0400 ---------------------------------------------------------------------- docs/asciidoc/ClientGuide/pom.xml | 2 +- docs/asciidoc/Guide/pom.xml | 2 +- docs/asciidoc/pom.xml | 2 +- docs/dist/pom.xml | 2 +- docs/pom.xml | 2 +- juddi-client-cli/pom.xml | 4 ++-- juddi-client-plugins/pom.xml | 6 +++--- juddi-client/pom.xml | 2 +- juddi-core-openjpa/pom.xml | 2 +- juddi-core/pom.xml | 2 +- juddi-ddl-generator/pom.xml | 6 +++--- juddi-dist/pom.xml | 2 +- juddi-examples/ValueSetValidator/pom.xml | 10 +++++----- juddi-examples/create-partition/pom.xml | 2 +- juddi-examples/hello-world-embedded/pom.xml | 2 +- juddi-examples/hello-world/pom.xml | 2 +- juddi-examples/more-uddi-samples/pom.xml | 4 ++-- juddi-examples/pom.xml | 2 +- juddi-examples/service-version/pom.xml | 6 +++--- juddi-examples/simple-browse/pom.xml | 2 +- juddi-examples/simple-publish-clerk/pom.xml | 2 +- juddi-examples/simple-publish-portable/pom.xml | 2 +- juddi-examples/subscription-notification-amqp/pom.xml | 10 +++++----- juddi-examples/uddi-annotations/pom.xml | 2 +- juddi-examples/uddiv2-api-bridge-example/pom.xml | 4 ++-- juddi-examples/wsdl2uddi-lifecyle/pom.xml | 2 +- juddi-examples/wsdl2uddi/pom.xml | 2 +- juddi-gui-dsig/pom.xml | 2 +- juddi-gui/pom.xml | 2 +- juddi-rest-cxf/pom.xml | 2 +- juddi-tomcat/pom.xml | 2 +- juddiv3-war-repl/pom.xml | 2 +- juddiv3-war/pom.xml | 2 +- pom.xml | 4 ++-- uddi-client-dist/pom.xml | 2 +- uddi-migration-tool/pom.xml | 2 +- uddi-tck-base/pom.xml | 2 +- uddi-tck-runner/pom.xml | 2 +- uddi-tck/pom.xml | 2 +- uddi-ws/pom.xml | 2 +- 40 files changed, 58 insertions(+), 58 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/docs/asciidoc/ClientGuide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/ClientGuide/pom.xml b/docs/asciidoc/ClientGuide/pom.xml index d7b0110..7df7ff7 100644 --- a/docs/asciidoc/ClientGuide/pom.xml +++ b/docs/asciidoc/ClientGuide/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.juddi-docs</groupId> <artifactId>juddi-guide-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-client-guide</artifactId> <packaging>jdocbook</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/docs/asciidoc/Guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/Guide/pom.xml b/docs/asciidoc/Guide/pom.xml index 4e9c068..7b01241 100644 --- a/docs/asciidoc/Guide/pom.xml +++ b/docs/asciidoc/Guide/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.juddi-docs</groupId> <artifactId>juddi-guide-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-guide</artifactId> <packaging>jdocbook</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/docs/asciidoc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml index f3c8a36..27b6852 100644 --- a/docs/asciidoc/pom.xml +++ b/docs/asciidoc/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.juddi-docs</groupId> <artifactId>juddi-docs</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.apache.juddi.juddi-docs</groupId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/docs/dist/pom.xml ---------------------------------------------------------------------- diff --git a/docs/dist/pom.xml b/docs/dist/pom.xml index 7f5ba07..ad4fb94 100644 --- a/docs/dist/pom.xml +++ b/docs/dist/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.juddi.juddi-docs</groupId> <artifactId>juddi-docs</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-docs-dist</artifactId> <name>jUDDI Document Packaging</name> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 7ad3250..f605e44 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi.juddi-docs</groupId> <artifactId>juddi-docs</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-client-cli/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-client-cli/pom.xml b/juddi-client-cli/pom.xml index 122f95e..beefa00 100644 --- a/juddi-client-cli/pom.xml +++ b/juddi-client-cli/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-client-cli</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>jUDDI CLI Client</name> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-client-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-client-plugins/pom.xml b/juddi-client-plugins/pom.xml index 6fe02b8..7e89a8a 100644 --- a/juddi-client-plugins/pom.xml +++ b/juddi-client-plugins/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi.client.plugins</groupId> <artifactId>juddi-client-plugins</artifactId> - <version>3.3.3</version> + <version>3.2.1</version> <name>juddi-client-plugins</name> <url>http://maven.apache.org</url> <properties> @@ -40,7 +40,7 @@ <dependency> <groupId>org.apache.juddi</groupId> <artifactId>juddi-client</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.jgroups</groupId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-client/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-client/pom.xml b/juddi-client/pom.xml index 889882d..bb4111f 100644 --- a/juddi-client/pom.xml +++ b/juddi-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-client</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-core-openjpa/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-core-openjpa/pom.xml b/juddi-core-openjpa/pom.xml index 8efe4eb..3d78a29 100644 --- a/juddi-core-openjpa/pom.xml +++ b/juddi-core-openjpa/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-core-openjpa</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-core/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-core/pom.xml b/juddi-core/pom.xml index 0fd3aab..e881681 100644 --- a/juddi-core/pom.xml +++ b/juddi-core/pom.xml @@ -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.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-core</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-ddl-generator/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-ddl-generator/pom.xml b/juddi-ddl-generator/pom.xml index d8c8fb4..26422b9 100644 --- a/juddi-ddl-generator/pom.xml +++ b/juddi-ddl-generator/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi.client.plugins</groupId> <artifactId>juddi-ddl-generator</artifactId> - <version>3.3.3</version> + <version>3.2.1</version> <name>juddi-ddl-generator</name> <url>http://maven.apache.org</url> <properties> @@ -40,7 +40,7 @@ <dependency> <groupId>org.apache.juddi</groupId> <artifactId>juddi-core</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-dist/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-dist/pom.xml b/juddi-dist/pom.xml index d6ea2cf..ed337ba 100644 --- a/juddi-dist/pom.xml +++ b/juddi-dist/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-dist</artifactId> <name>jUDDI Distribution Assembly</name> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/ValueSetValidator/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/ValueSetValidator/pom.xml b/juddi-examples/ValueSetValidator/pom.xml index 842f8f8..9b2f68d 100644 --- a/juddi-examples/ValueSetValidator/pom.xml +++ b/juddi-examples/ValueSetValidator/pom.xml @@ -12,30 +12,30 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>example-vsv-validator</artifactId> - <version>3.3.3</version> + <version>3.2.1</version> <name>jUDDI Example Value Set Validator</name> <dependencies> <dependency> <groupId>org.apache.juddi</groupId> <artifactId>uddi-ws</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.juddi</groupId> <artifactId>juddi-client</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.juddi</groupId> <artifactId>juddi-core</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/create-partition/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/create-partition/pom.xml b/juddi-examples/create-partition/pom.xml index 79a8fc1..f50a8a2 100644 --- a/juddi-examples/create-partition/pom.xml +++ b/juddi-examples/create-partition/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>create-partition</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/hello-world-embedded/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/hello-world-embedded/pom.xml b/juddi-examples/hello-world-embedded/pom.xml index 7a87097..e93cb0f 100644 --- a/juddi-examples/hello-world-embedded/pom.xml +++ b/juddi-examples/hello-world-embedded/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hello-world-embedded</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/hello-world/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/hello-world/pom.xml b/juddi-examples/hello-world/pom.xml index e34a92a..305103f 100644 --- a/juddi-examples/hello-world/pom.xml +++ b/juddi-examples/hello-world/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hello-world</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/more-uddi-samples/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/more-uddi-samples/pom.xml b/juddi-examples/more-uddi-samples/pom.xml index 730c754..dc510ec 100644 --- a/juddi-examples/more-uddi-samples/pom.xml +++ b/juddi-examples/more-uddi-samples/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-more-samples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <name>jUDDI Even More Examples and Samples</name> <url>http://maven.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/pom.xml b/juddi-examples/pom.xml index 6b5ed0f..14c74c0 100644 --- a/juddi-examples/pom.xml +++ b/juddi-examples/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.juddi.example</groupId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/service-version/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/service-version/pom.xml b/juddi-examples/service-version/pom.xml index 51792d7..821e699 100644 --- a/juddi-examples/service-version/pom.xml +++ b/juddi-examples/service-version/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi</groupId> <artifactId>service-version</artifactId> - <version>3.3.3</version> + <version>3.2.1-SNAPSHOP</version> <name>jUDDI Example Service Versioning</name> <url>http://maven.apache.org</url> <properties> @@ -40,7 +40,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>juddi-client</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/simple-browse/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/simple-browse/pom.xml b/juddi-examples/simple-browse/pom.xml index 34a36eb..007571c 100644 --- a/juddi-examples/simple-browse/pom.xml +++ b/juddi-examples/simple-browse/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>simple-browse</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/simple-publish-clerk/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/simple-publish-clerk/pom.xml b/juddi-examples/simple-publish-clerk/pom.xml index 0a05caa..56985ad 100644 --- a/juddi-examples/simple-publish-clerk/pom.xml +++ b/juddi-examples/simple-publish-clerk/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>simple-publish-clerk</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/simple-publish-portable/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/simple-publish-portable/pom.xml b/juddi-examples/simple-publish-portable/pom.xml index e3f404f..9a6547d 100644 --- a/juddi-examples/simple-publish-portable/pom.xml +++ b/juddi-examples/simple-publish-portable/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>simple-publish-portable</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/subscription-notification-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/subscription-notification-amqp/pom.xml b/juddi-examples/subscription-notification-amqp/pom.xml index 60277af..a257bdb 100644 --- a/juddi-examples/subscription-notification-amqp/pom.xml +++ b/juddi-examples/subscription-notification-amqp/pom.xml @@ -12,24 +12,24 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>subscription-notification-amqp</artifactId> - <version>3.3.3</version> + <version>3.2.1</version> <name>jUDDI Example AMQP Notifier for Subscription callbacks</name> <description>Demonstrates how to write a custom notifier for subscriptions</description> <dependencies> <dependency> <groupId>org.apache.juddi</groupId> <artifactId>uddi-ws</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.juddi</groupId> <artifactId>juddi-client</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -50,7 +50,7 @@ <dependency> <groupId>org.apache.juddi</groupId> <artifactId>juddi-core</artifactId> - <version>${project.parent.version}</version> + <version>3.3.4-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/uddi-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/uddi-annotations/pom.xml b/juddi-examples/uddi-annotations/pom.xml index 404e419..bcb5010 100644 --- a/juddi-examples/uddi-annotations/pom.xml +++ b/juddi-examples/uddi-annotations/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>uddi-annotations</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/uddiv2-api-bridge-example/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/uddiv2-api-bridge-example/pom.xml b/juddi-examples/uddiv2-api-bridge-example/pom.xml index 23de3e4..4405543 100644 --- a/juddi-examples/uddiv2-api-bridge-example/pom.xml +++ b/juddi-examples/uddiv2-api-bridge-example/pom.xml @@ -20,11 +20,11 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi.example</groupId> <artifactId>uddiv2-api-bridge-example</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <name>jUDDI Example Access UDDIv2 using Transport Adapter</name> <url>http://maven.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/wsdl2uddi-lifecyle/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/wsdl2uddi-lifecyle/pom.xml b/juddi-examples/wsdl2uddi-lifecyle/pom.xml index 0657196..ee27b1a 100644 --- a/juddi-examples/wsdl2uddi-lifecyle/pom.xml +++ b/juddi-examples/wsdl2uddi-lifecyle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wsdl2uddi-lifecycle</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-examples/wsdl2uddi/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/wsdl2uddi/pom.xml b/juddi-examples/wsdl2uddi/pom.xml index 9b8e57e..93ad73b 100644 --- a/juddi-examples/wsdl2uddi/pom.xml +++ b/juddi-examples/wsdl2uddi/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi.example</groupId> <artifactId>juddi-examples</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>wsdl2uddi</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-gui-dsig/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-gui-dsig/pom.xml b/juddi-gui-dsig/pom.xml index 80c5a1c..41b11a8 100644 --- a/juddi-gui-dsig/pom.xml +++ b/juddi-gui-dsig/pom.xml @@ -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.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-gui-dsig</artifactId> <name>jUDDI Web Client Digital Signature Applet</name> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-gui/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-gui/pom.xml b/juddi-gui/pom.xml index c934173..6b6123b 100644 --- a/juddi-gui/pom.xml +++ b/juddi-gui/pom.xml @@ -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.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-gui-war</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-rest-cxf/pom.xml b/juddi-rest-cxf/pom.xml index ace6cbb..2381974 100644 --- a/juddi-rest-cxf/pom.xml +++ b/juddi-rest-cxf/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-rest-cxf</artifactId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddi-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/pom.xml b/juddi-tomcat/pom.xml index 4cd3ada..1c699dc 100644 --- a/juddi-tomcat/pom.xml +++ b/juddi-tomcat/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddi-tomcat</artifactId> <name>jUDDI Tomcat Packaging</name> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddiv3-war-repl/pom.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war-repl/pom.xml b/juddiv3-war-repl/pom.xml index f9ee762..5d59292 100644 --- a/juddiv3-war-repl/pom.xml +++ b/juddiv3-war-repl/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddiv3-war-repl</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/juddiv3-war/pom.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/pom.xml b/juddiv3-war/pom.xml index 56e5293..7ccce9a 100644 --- a/juddiv3-war/pom.xml +++ b/juddiv3-war/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>juddiv3-war</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f50005..9f8ae27 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. <packaging>pom</packaging> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> <name>jUDDI_v3 Parent</name> <description>jUDDI (pronounced "Judy") is an open source Java implementation of the Universal Description, Discovery, and @@ -163,7 +163,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.3</tag> + <tag>HEAD</tag> </scm> <build> <pluginManagement> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/uddi-client-dist/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-client-dist/pom.xml b/uddi-client-dist/pom.xml index 3497564..3906742 100644 --- a/uddi-client-dist/pom.xml +++ b/uddi-client-dist/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>uddi-client-dist</artifactId> <name>UDDI Client Distribution Assembly</name> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/uddi-migration-tool/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-migration-tool/pom.xml b/uddi-migration-tool/pom.xml index 43860e5..3c1df7a 100644 --- a/uddi-migration-tool/pom.xml +++ b/uddi-migration-tool/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.apache.juddi</groupId> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/uddi-tck-base/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-tck-base/pom.xml b/uddi-tck-base/pom.xml index f5c8885..a58d569 100644 --- a/uddi-tck-base/pom.xml +++ b/uddi-tck-base/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>uddi-tck-base</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/uddi-tck-runner/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-tck-runner/pom.xml b/uddi-tck-runner/pom.xml index 0df6199..37a2d1f 100644 --- a/uddi-tck-runner/pom.xml +++ b/uddi-tck-runner/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>uddi-tck-runner</artifactId> <name>UDDI TCK Test Runner</name> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/uddi-tck/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml index 464bed3..1822c87 100644 --- a/uddi-tck/pom.xml +++ b/uddi-tck/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>uddi-tck</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/juddi/blob/760b78c5/uddi-ws/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-ws/pom.xml b/uddi-ws/pom.xml index 7e97849..e7147db 100644 --- a/uddi-ws/pom.xml +++ b/uddi-ws/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <artifactId>uddi-ws</artifactId> <packaging>bundle</packaging> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
