You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2016/09/11 17:00:14 UTC

juddi git commit: [maven-release-plugin] rollback the release of juddi-3.3.3

Repository: juddi
Updated Branches:
  refs/heads/master ac9519bd5 -> 323f9449e


[maven-release-plugin] rollback the release of juddi-3.3.3


Project: http://git-wip-us.apache.org/repos/asf/juddi/repo
Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/323f9449
Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/323f9449
Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/323f9449

Branch: refs/heads/master
Commit: 323f9449e1735a005e68924788c5c8ea33bc4f5a
Parents: ac9519b
Author: Alex <al...@apache.org>
Authored: Sun Sep 11 13:00:08 2016 -0400
Committer: Alex <al...@apache.org>
Committed: Sun Sep 11 13:00:08 2016 -0400

----------------------------------------------------------------------
 juddi-client-cli/pom.xml                              | 4 ++--
 juddi-client-plugins/pom.xml                          | 4 ++--
 juddi-client/pom.xml                                  | 2 +-
 juddi-core-openjpa/pom.xml                            | 5 +++--
 juddi-core/pom.xml                                    | 2 +-
 juddi-examples/ValueSetValidator/pom.xml              | 8 ++++----
 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                | 4 ++--
 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 | 8 ++++----
 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                                               | 7 +++----
 uddi-migration-tool/pom.xml                           | 2 +-
 uddi-tck-base/pom.xml                                 | 2 +-
 uddi-ws/pom.xml                                       | 2 +-
 30 files changed, 45 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-client-cli/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-client-cli/pom.xml b/juddi-client-cli/pom.xml
index beefa00..e1a30a5 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.4-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
     </parent> 
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-client-cli</artifactId>
-    <version>3.3.4-SNAPSHOT</version>
+    <version>3.3.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>jUDDI CLI Client</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-client-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-client-plugins/pom.xml b/juddi-client-plugins/pom.xml
index 7e89a8a..0436e66 100644
--- a/juddi-client-plugins/pom.xml
+++ b/juddi-client-plugins/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>3.3.4-SNAPSHOT</version>
+    <version>3.3.3-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.juddi.client.plugins</groupId>
   <artifactId>juddi-client-plugins</artifactId>
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>org.apache.juddi</groupId>
       <artifactId>juddi-client</artifactId>
-      <version>3.3.4-SNAPSHOT</version>
+      <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.jgroups</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-client/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-client/pom.xml b/juddi-client/pom.xml
index bb4111f..8c38d92 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent> 
 	<artifactId>juddi-client</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-core-openjpa/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/pom.xml b/juddi-core-openjpa/pom.xml
index 3d78a29..af3c9ac 100644
--- a/juddi-core-openjpa/pom.xml
+++ b/juddi-core-openjpa/pom.xml
@@ -15,12 +15,13 @@
  * limitations under the License.
  *
  */ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.juddi</groupId>
         <artifactId>juddi-parent</artifactId>
-        <version>3.3.4-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>juddi-core-openjpa</artifactId>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-core/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-core/pom.xml b/juddi-core/pom.xml
index e881681..ffc7d69 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.4-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>juddi-core</artifactId>
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-examples/ValueSetValidator/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/ValueSetValidator/pom.xml b/juddi-examples/ValueSetValidator/pom.xml
index 9b2f68d..8341533 100644
--- a/juddi-examples/ValueSetValidator/pom.xml
+++ b/juddi-examples/ValueSetValidator/pom.xml
@@ -12,7 +12,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.3.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>example-vsv-validator</artifactId>
@@ -22,20 +22,20 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.3.4-SNAPSHOT</version>
+			<version>${project.parent.version}</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.3.4-SNAPSHOT</version>
+			<version>${project.parent.version}</version>
 			<scope>provided</scope>
 		</dependency>
 	
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-core</artifactId>
-			<version>3.3.4-SNAPSHOT</version>
+			<version>${project.parent.version}</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-examples/create-partition/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/create-partition/pom.xml b/juddi-examples/create-partition/pom.xml
index f50a8a2..8562d37 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>create-partition</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/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 e93cb0f..da240b9 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>hello-world-embedded</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-examples/hello-world/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/hello-world/pom.xml b/juddi-examples/hello-world/pom.xml
index 305103f..e7cb3ad 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>hello-world</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/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 dc510ec..a44d84f 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.4-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-more-samples</artifactId>
-    <version>3.3.4-SNAPSHOT</version>
+    <version>3.3.3-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/323f9449/juddi-examples/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/pom.xml b/juddi-examples/pom.xml
index 14c74c0..270baa8 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.juddi.example</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-examples/service-version/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/service-version/pom.xml b/juddi-examples/service-version/pom.xml
index 821e699..1024878 100644
--- a/juddi-examples/service-version/pom.xml
+++ b/juddi-examples/service-version/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.3.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>service-version</artifactId>
@@ -40,7 +40,7 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.3.4-SNAPSHOT</version>
+			<version>${project.parent.version}</version>
 		</dependency>
 	</dependencies>
 	<build>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-examples/simple-browse/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/simple-browse/pom.xml b/juddi-examples/simple-browse/pom.xml
index 007571c..b07bd31 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-browse</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/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 56985ad..c665fba 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-publish-clerk</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/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 9a6547d..b05113c 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-publish-portable</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/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 a257bdb..6975f61 100644
--- a/juddi-examples/subscription-notification-amqp/pom.xml
+++ b/juddi-examples/subscription-notification-amqp/pom.xml
@@ -12,7 +12,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.3.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>subscription-notification-amqp</artifactId>
@@ -23,13 +23,13 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.3.4-SNAPSHOT</version>
+			<version>${project.parent.version}</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.3.4-SNAPSHOT</version>
+			<version>${project.parent.version}</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
@@ -50,7 +50,7 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-core</artifactId>
-			<version>3.3.4-SNAPSHOT</version>
+			<version>${project.parent.version}</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-examples/uddi-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddi-annotations/pom.xml b/juddi-examples/uddi-annotations/pom.xml
index bcb5010..e8cf03b 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>uddi-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/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 4405543..203c62b 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.4-SNAPSHOT</version>
+    <version>3.3.3-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.juddi.example</groupId>
   <artifactId>uddiv2-api-bridge-example</artifactId>
-  <version>3.3.4-SNAPSHOT</version>
+  <version>3.3.3-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/323f9449/juddi-examples/wsdl2uddi-lifecyle/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi-lifecyle/pom.xml b/juddi-examples/wsdl2uddi-lifecyle/pom.xml
index ee27b1a..d0427a1 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.4-SNAPSHOT</version>
+     <version>3.3.3-SNAPSHOT</version>
      <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wsdl2uddi-lifecycle</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-examples/wsdl2uddi/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/pom.xml b/juddi-examples/wsdl2uddi/pom.xml
index 93ad73b..c0f698d 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.4-SNAPSHOT</version>
+     <version>3.3.3-SNAPSHOT</version>
      <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wsdl2uddi</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-gui-dsig/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-gui-dsig/pom.xml b/juddi-gui-dsig/pom.xml
index 41b11a8..1c8ac69 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.4-SNAPSHOT</version>
+        <version>3.3.3-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/323f9449/juddi-gui/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/pom.xml b/juddi-gui/pom.xml
index 6b6123b..c202972 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.4-SNAPSHOT</version>
+        <version>3.3.3-SNAPSHOT</version>
     </parent>
     <artifactId>juddi-gui-war</artifactId>
     <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-rest-cxf/pom.xml b/juddi-rest-cxf/pom.xml
index 2381974..f638462 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>juddi-rest-cxf</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddi-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/pom.xml b/juddi-tomcat/pom.xml
index 1c699dc..539ed5b 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>juddi-tomcat</artifactId>
 	<name>jUDDI Tomcat Packaging</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddiv3-war-repl/pom.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war-repl/pom.xml b/juddiv3-war-repl/pom.xml
index 5d59292..9211a12 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>juddiv3-war-repl</artifactId>
 	<packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/juddiv3-war/pom.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/pom.xml b/juddiv3-war/pom.xml
index 7ccce9a..0e30c78 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>juddiv3-war</artifactId>
 	<packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9f8ae27..b4c558b 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.4-SNAPSHOT</version>
+    <version>3.3.3-SNAPSHOT</version>
     <name>jUDDI_v3 Parent</name>
     <description>jUDDI (pronounced "Judy") is an open source Java
         implementation of the Universal Description, Discovery, and
@@ -39,7 +39,7 @@ under the License.
     </prerequisites>
 
     <properties>
-        <javadoc.extra.settings />
+        <javadoc.extra.settings></javadoc.extra.settings>
         <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -163,8 +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>HEAD</tag>
-  </scm>
+    </scm>
     <build>
         <pluginManagement>
             <plugins>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/uddi-migration-tool/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-migration-tool/pom.xml b/uddi-migration-tool/pom.xml
index 3c1df7a..fb0ff41 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	
 	<groupId>org.apache.juddi</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/uddi-tck-base/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-tck-base/pom.xml b/uddi-tck-base/pom.xml
index a58d569..c9ad702 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>uddi-tck-base</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/323f9449/uddi-ws/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-ws/pom.xml b/uddi-ws/pom.xml
index e7147db..378e4a7 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.4-SNAPSHOT</version>
+		<version>3.3.3-SNAPSHOT</version>
 	</parent>
 	<artifactId>uddi-ws</artifactId>
 	<packaging>bundle</packaging>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org