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 2014/12/06 14:37:12 UTC

[02/12] juddi git commit: [maven-release-plugin] prepare release juddi-3.2.1

[maven-release-plugin] prepare release juddi-3.2.1


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

Branch: refs/heads/JUDDI-241
Commit: a95533b7712233ab65964d6e6009ac353d131fd1
Parents: 197e1d1
Author: Alex <al...@apache.org>
Authored: Fri Nov 28 16:20:14 2014 -0500
Committer: Alex <al...@apache.org>
Committed: Fri Nov 28 16:20:14 2014 -0500

----------------------------------------------------------------------
 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-plugins/pom.xml                          | 7 +++----
 juddi-client/pom.xml                                  | 2 +-
 juddi-core-openjpa/pom.xml                            | 2 +-
 juddi-core/pom.xml                                    | 2 +-
 juddi-ddl-generator/pom.xml                           | 9 ++++-----
 juddi-dist/pom.xml                                    | 2 +-
 juddi-examples/ValueSetValidator/pom.xml              | 7 +++----
 juddi-examples/create-partition/pom.xml               | 6 +++---
 juddi-examples/hello-world-embedded/pom.xml           | 8 ++++----
 juddi-examples/hello-world/pom.xml                    | 6 +++---
 juddi-examples/more-uddi-samples/pom.xml              | 6 +++---
 juddi-examples/pom.xml                                | 2 +-
 juddi-examples/service-version/pom.xml                | 6 +++---
 juddi-examples/simple-browse/pom.xml                  | 6 +++---
 juddi-examples/simple-publish-clerk/pom.xml           | 6 +++---
 juddi-examples/simple-publish-portable/pom.xml        | 6 +++---
 juddi-examples/subscription-notification-amqp/pom.xml | 4 ++--
 juddi-examples/uddi-annotations/pom.xml               | 2 +-
 juddi-examples/uddiv2-api-bridge-example/pom.xml      | 6 +++---
 juddi-examples/wsdl2uddi-lifecyle/pom.xml             | 2 +-
 juddi-examples/wsdl2uddi/pom.xml                      | 6 +++---
 juddi-gui-dsig/pom.xml                                | 2 +-
 juddi-gui/pom.xml                                     | 6 +++---
 juddi-rest-cxf/pom.xml                                | 2 +-
 juddi-tomcat/pom.xml                                  | 2 +-
 juddiv3-war/pom.xml                                   | 4 ++--
 pom.xml                                               | 8 ++++----
 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 +-
 38 files changed, 73 insertions(+), 76 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/docs/asciidoc/ClientGuide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/ClientGuide/pom.xml b/docs/asciidoc/ClientGuide/pom.xml
index 5c16558..20e829f 100644
--- a/docs/asciidoc/ClientGuide/pom.xml
+++ b/docs/asciidoc/ClientGuide/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.juddi.juddi-docs</groupId>
         <artifactId>juddi-guide-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1</version>
     </parent>
     <artifactId>juddi-client-guide</artifactId>
     <packaging>jdocbook</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/docs/asciidoc/Guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/Guide/pom.xml b/docs/asciidoc/Guide/pom.xml
index 0982808..4643af2 100644
--- a/docs/asciidoc/Guide/pom.xml
+++ b/docs/asciidoc/Guide/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.juddi.juddi-docs</groupId>
         <artifactId>juddi-guide-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1</version>
     </parent>
     <artifactId>juddi-guide</artifactId>
     <packaging>jdocbook</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/docs/asciidoc/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index 6a82f30..837c1a3 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.2.1-SNAPSHOT</version>
+        <version>3.2.1</version>
     </parent>
 	<packaging>pom</packaging>
 	<groupId>org.apache.juddi.juddi-docs</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/docs/dist/pom.xml
----------------------------------------------------------------------
diff --git a/docs/dist/pom.xml b/docs/dist/pom.xml
index 69cc9be..6ea0ce0 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>juddi-docs-dist</artifactId>
 	<name>jUDDI Document Packaging</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index c82a4b9..264d547 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<groupId>org.apache.juddi.juddi-docs</groupId>
 	<artifactId>juddi-docs</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-client-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-client-plugins/pom.xml b/juddi-client-plugins/pom.xml
index 754cbf8..1b7f531 100644
--- a/juddi-client-plugins/pom.xml
+++ b/juddi-client-plugins/pom.xml
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1</version>
   </parent>
   <groupId>org.apache.juddi.client.plugins</groupId>
   <artifactId>juddi-client-plugins</artifactId>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.2.1</version>
   <name>juddi-client-plugins</name>
   <url>http://maven.apache.org</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-client/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-client/pom.xml b/juddi-client/pom.xml
index 42cce3d..fc9bd5a 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent> 
 	<artifactId>juddi-client</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-core-openjpa/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-core-openjpa/pom.xml b/juddi-core-openjpa/pom.xml
index b2f7477..38edcbb 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>juddi-core-openjpa</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-core/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-core/pom.xml b/juddi-core/pom.xml
index 417ea58..5d9285b 100644
--- a/juddi-core/pom.xml
+++ b/juddi-core/pom.xml
@@ -12,7 +12,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>juddi-core</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-ddl-generator/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-ddl-generator/pom.xml b/juddi-ddl-generator/pom.xml
index 2d08f34..7bd67c5 100644
--- a/juddi-ddl-generator/pom.xml
+++ b/juddi-ddl-generator/pom.xml
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<groupId>org.apache.juddi.client.plugins</groupId>
 	<artifactId>juddi-ddl-generator</artifactId>
-	<version>3.2.1-SNAPSHOT</version>
+	<version>3.2.1</version>
 	<name>juddi-ddl-generator</name>
 	<url>http://maven.apache.org</url>
 	<properties>
@@ -25,7 +24,7 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-core</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-dist/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-dist/pom.xml b/juddi-dist/pom.xml
index d5184cc..4dd06aa 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>juddi-dist</artifactId>
 	<name>jUDDI Distribution Assembly</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/ValueSetValidator/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/ValueSetValidator/pom.xml b/juddi-examples/ValueSetValidator/pom.xml
index 6bca191..4efead5 100644
--- a/juddi-examples/ValueSetValidator/pom.xml
+++ b/juddi-examples/ValueSetValidator/pom.xml
@@ -7,17 +7,16 @@
 	License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. * See the License for the specific 
 	language governing permissions and * limitations under the License. * */ -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 
 	<artifactId>example-vsv-validator</artifactId>
-	<version>${project.parent.version}</version>
+	<version>3.2.1</version>
 	<name>jUDDI Example Value Set Validator</name>
 	<dependencies>
 		<dependency>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/create-partition/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/create-partition/pom.xml b/juddi-examples/create-partition/pom.xml
index be94b4b..cb02e13 100644
--- a/juddi-examples/create-partition/pom.xml
+++ b/juddi-examples/create-partition/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>create-partition</artifactId>
@@ -15,12 +15,12 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 	</dependencies>
 	<build>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/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 2c531a1..dabafd1 100644
--- a/juddi-examples/hello-world-embedded/pom.xml
+++ b/juddi-examples/hello-world-embedded/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>hello-world-embedded</artifactId>
@@ -15,17 +15,17 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-core</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/hello-world/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/hello-world/pom.xml b/juddi-examples/hello-world/pom.xml
index 42c17c9..9b054c6 100644
--- a/juddi-examples/hello-world/pom.xml
+++ b/juddi-examples/hello-world/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>hello-world</artifactId>
@@ -15,12 +15,12 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 	</dependencies>
 	<build>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/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 56fd571..9a8e206 100644
--- a/juddi-examples/more-uddi-samples/pom.xml
+++ b/juddi-examples/more-uddi-samples/pom.xml
@@ -4,11 +4,11 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>juddi-more-samples</artifactId>
-	<version>3.2.1-SNAPSHOT</version>
+	<version>3.2.1</version>
 	<name>jUDDI Even More Examples and Samples</name>
 	<url>http://maven.apache.org</url>
 	<properties>
@@ -24,7 +24,7 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
       <!-- a lorem ipsum generator MIT license-->
       <dependency>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/pom.xml b/juddi-examples/pom.xml
index 87402da..bff28e4 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.juddi.example</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/service-version/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/service-version/pom.xml b/juddi-examples/service-version/pom.xml
index cca4974..43f468a 100644
--- a/juddi-examples/service-version/pom.xml
+++ b/juddi-examples/service-version/pom.xml
@@ -4,11 +4,11 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>service-version</artifactId>
-	<version>3.2.1-SNAPSHOT</version>
+	<version>3.2.1</version>
 	<name>jUDDI Example Service Versioning</name>
 	<url>http://maven.apache.org</url>
 	<properties>
@@ -24,7 +24,7 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 	</dependencies>
 	<build>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/simple-browse/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/simple-browse/pom.xml b/juddi-examples/simple-browse/pom.xml
index d32d684..b5ce0cb 100644
--- a/juddi-examples/simple-browse/pom.xml
+++ b/juddi-examples/simple-browse/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-browse</artifactId>
@@ -15,12 +15,12 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 	</dependencies>
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/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 b57b073..f877d76 100644
--- a/juddi-examples/simple-publish-clerk/pom.xml
+++ b/juddi-examples/simple-publish-clerk/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-publish-clerk</artifactId>
@@ -14,12 +14,12 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 	</dependencies>
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/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 3f42f17..c00c58e 100644
--- a/juddi-examples/simple-publish-portable/pom.xml
+++ b/juddi-examples/simple-publish-portable/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-publish-portable</artifactId>
@@ -14,12 +14,12 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 	</dependencies>
 	<build>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/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 74682b0..407bbe1 100644
--- a/juddi-examples/subscription-notification-amqp/pom.xml
+++ b/juddi-examples/subscription-notification-amqp/pom.xml
@@ -12,11 +12,11 @@
 	<parent>
 		<groupId>org.apache.juddi.example</groupId>
 		<artifactId>juddi-examples</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 
 	<artifactId>subscription-notification-amqp</artifactId>
-	<version>${project.parent.version}</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>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/uddi-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddi-annotations/pom.xml b/juddi-examples/uddi-annotations/pom.xml
index b5e8693..67270e0 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>uddi-annotations</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/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 0a9d077..e4655cf 100644
--- a/juddi-examples/uddiv2-api-bridge-example/pom.xml
+++ b/juddi-examples/uddiv2-api-bridge-example/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apache.juddi.example</groupId>
     <artifactId>juddi-examples</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1</version>
   </parent>
   <groupId>org.apache.juddi.example</groupId>
   <artifactId>uddiv2-api-bridge-example</artifactId>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.2.1</version>
   <name>jUDDI Example Access UDDIv2 using Transport Adapter</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>org.apache.juddi</groupId>
       <artifactId>juddi-client</artifactId>
-      <version>3.2.1-SNAPSHOT</version>
+      <version>3.2.1</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/wsdl2uddi-lifecyle/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi-lifecyle/pom.xml b/juddi-examples/wsdl2uddi-lifecyle/pom.xml
index a9f638f..b8de6b2 100644
--- a/juddi-examples/wsdl2uddi-lifecyle/pom.xml
+++ b/juddi-examples/wsdl2uddi-lifecyle/pom.xml
@@ -3,7 +3,7 @@
   <parent>
      <groupId>org.apache.juddi.example</groupId>
      <artifactId>juddi-examples</artifactId>
-     <version>3.2.1-SNAPSHOT</version>
+     <version>3.2.1</version>
      <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wsdl2uddi-lifecycle</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-examples/wsdl2uddi/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/wsdl2uddi/pom.xml b/juddi-examples/wsdl2uddi/pom.xml
index 0128408..87543dc 100644
--- a/juddi-examples/wsdl2uddi/pom.xml
+++ b/juddi-examples/wsdl2uddi/pom.xml
@@ -3,7 +3,7 @@
   <parent>
      <groupId>org.apache.juddi.example</groupId>
      <artifactId>juddi-examples</artifactId>
-     <version>3.2.1-SNAPSHOT</version>
+     <version>3.2.1</version>
      <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wsdl2uddi</artifactId>
@@ -14,12 +14,12 @@
     <dependency>
       <groupId>org.apache.juddi</groupId>
       <artifactId>uddi-ws</artifactId>
-      <version>3.2.1-SNAPSHOT</version>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.juddi</groupId>
       <artifactId>juddi-client</artifactId>
-      <version>3.2.1-SNAPSHOT</version>
+      <version>3.2.1</version>
     </dependency>
   </dependencies>
   

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-gui-dsig/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-gui-dsig/pom.xml b/juddi-gui-dsig/pom.xml
index d76e601..a6e962d 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.2.1-SNAPSHOT</version>
+        <version>3.2.1</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/a95533b7/juddi-gui/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-gui/pom.xml b/juddi-gui/pom.xml
index 847c63b..d0fd6fa 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.2.1-SNAPSHOT</version>
+        <version>3.2.1</version>
     </parent>
     <artifactId>juddi-gui-war</artifactId>
     <packaging>war</packaging>
@@ -22,12 +22,12 @@ language governing permissions and * limitations under the License. * */ -->
         <dependency>
             <groupId>org.apache.juddi</groupId>
             <artifactId>juddi-client</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.juddi</groupId>
             <artifactId>juddi-gui-dsig</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.1</version>
             <classifier>jar-with-dependencies</classifier>
             <scope>provided</scope>
         </dependency>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-rest-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-rest-cxf/pom.xml b/juddi-rest-cxf/pom.xml
index 4ac53c2..5c57557 100644
--- a/juddi-rest-cxf/pom.xml
+++ b/juddi-rest-cxf/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>juddi-rest-cxf</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddi-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/pom.xml b/juddi-tomcat/pom.xml
index 52b3a2f..b9f9ef8 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>juddi-tomcat</artifactId>
 	<name>jUDDI Tomcat Packaging</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/juddiv3-war/pom.xml
----------------------------------------------------------------------
diff --git a/juddiv3-war/pom.xml b/juddiv3-war/pom.xml
index 8ff8ff5..8ec6830 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>juddiv3-war</artifactId>
 	<packaging>war</packaging>
@@ -23,7 +23,7 @@
 		<dependency>
 			<artifactId>uddi-ws</artifactId>
 			<groupId>org.apache.juddi</groupId>
-			<version>3.2.1-SNAPSHOT</version>
+			<version>3.2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-logging</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09768e2..e5dbfc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 	<packaging>pom</packaging>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>juddi-parent</artifactId>
-	<version>3.2.1-SNAPSHOT</version>
+	<version>3.2.1</version>
 	<name>jUDDI_v3 Parent</name>
 	<description>jUDDI (pronounced "Judy") is an open source Java
 		implementation of the Universal Description, Discovery, and
@@ -148,9 +148,9 @@
 		</license>
 	</licenses>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/juddi/trunk/</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/juddi/trunk/</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/juddi/trunk/</url>
+		<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>
 	</scm>
 	<build>
 		<pluginManagement>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/uddi-client-dist/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-client-dist/pom.xml b/uddi-client-dist/pom.xml
index b031bcc..41a3010 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>uddi-client-dist</artifactId>
 	<name>UDDI Client Distribution Assembly</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/uddi-migration-tool/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-migration-tool/pom.xml b/uddi-migration-tool/pom.xml
index a335eb8..55c94bb 100644
--- a/uddi-migration-tool/pom.xml
+++ b/uddi-migration-tool/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	
 	<groupId>org.apache.juddi</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/uddi-tck-base/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-tck-base/pom.xml b/uddi-tck-base/pom.xml
index d7c28d2..3ef4a97 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>uddi-tck-base</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/uddi-tck-runner/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-tck-runner/pom.xml b/uddi-tck-runner/pom.xml
index a50ed1b..6412afd 100644
--- a/uddi-tck-runner/pom.xml
+++ b/uddi-tck-runner/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-parent</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1</version>
   </parent>
   <artifactId>uddi-tck-runner</artifactId>
   <name>UDDI TCK Test Runner</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/uddi-tck/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml
index 8e4e6be..bfe66a9 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</version>
 	</parent>
 	<artifactId>uddi-tck</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/a95533b7/uddi-ws/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-ws/pom.xml b/uddi-ws/pom.xml
index 278f914..ae9bca8 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.2.1-SNAPSHOT</version>
+		<version>3.2.1</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