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 2020/03/07 21:49:29 UTC

[juddi] branch master updated: [maven-release-plugin] prepare release juddi-3.3.8

This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new 78a4174  [maven-release-plugin] prepare release juddi-3.3.8
78a4174 is described below

commit 78a4174423d9a05f0b2c08feeede38430e69643e
Author: Alex O'Ree <al...@apache.org>
AuthorDate: Sat Mar 7 16:49:28 2020 -0500

    [maven-release-plugin] prepare release juddi-3.3.8
---
 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/pom.xml                                  | 2 +-
 juddi-core-openjpa/pom.xml                            | 2 +-
 juddi-core/pom.xml                                    | 2 +-
 juddi-ddl-generator/pom.xml                           | 2 +-
 juddi-dist/pom.xml                                    | 2 +-
 juddi-examples/ValueSetValidator/pom.xml              | 2 +-
 juddi-examples/create-partition/pom.xml               | 2 +-
 juddi-examples/hello-world-embedded/pom.xml           | 2 +-
 juddi-examples/hello-world/pom.xml                    | 2 +-
 juddi-examples/juddi-embedded/pom.xml                 | 2 +-
 juddi-examples/more-uddi-samples/pom.xml              | 2 +-
 juddi-examples/pom.xml                                | 2 +-
 juddi-examples/service-version/pom.xml                | 2 +-
 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 | 2 +-
 juddi-examples/uddi-annotations/pom.xml               | 2 +-
 juddi-examples/uddiv2-api-bridge-example/pom.xml      | 2 +-
 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, 42 insertions(+), 42 deletions(-)

diff --git a/docs/asciidoc/ClientGuide/pom.xml b/docs/asciidoc/ClientGuide/pom.xml
index dd09f6d..193da5b 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-client-guide</artifactId>
     <packaging>jdocbook</packaging>
diff --git a/docs/asciidoc/Guide/pom.xml b/docs/asciidoc/Guide/pom.xml
index 9e8f8a7..963d52c 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-guide</artifactId>
     <packaging>jdocbook</packaging>
diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index 334cb9a..86ef1f0 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
 	<packaging>pom</packaging>
 	<groupId>org.apache.juddi.juddi-docs</groupId>
diff --git a/docs/dist/pom.xml b/docs/dist/pom.xml
index cfbe657..8a050df 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<artifactId>juddi-docs-dist</artifactId>
 	<name>jUDDI Document Packaging</name>
diff --git a/docs/pom.xml b/docs/pom.xml
index cb36abb..f656d3a 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<groupId>org.apache.juddi.juddi-docs</groupId>
 	<artifactId>juddi-docs</artifactId>
diff --git a/juddi-client-cli/pom.xml b/juddi-client-cli/pom.xml
index e04b39c..61c0164 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent> 
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-client-cli</artifactId>
-    <version>3.3.8-SNAPSHOT</version>
+    <version>3.3.8</version>
     <packaging>jar</packaging>
 
     <name>jUDDI CLI Client</name>
diff --git a/juddi-client/pom.xml b/juddi-client/pom.xml
index 435ffa9..2770ad6 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent> 
 	<artifactId>juddi-client</artifactId>
 	<packaging>bundle</packaging>
diff --git a/juddi-core-openjpa/pom.xml b/juddi-core-openjpa/pom.xml
index 66ba65c..b0c1846 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-core-openjpa</artifactId>
     <packaging>bundle</packaging>
diff --git a/juddi-core/pom.xml b/juddi-core/pom.xml
index 38af7cb..876da16 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-core</artifactId>
     <packaging>bundle</packaging>
diff --git a/juddi-ddl-generator/pom.xml b/juddi-ddl-generator/pom.xml
index 4ecef13..d39bd0c 100644
--- a/juddi-ddl-generator/pom.xml
+++ b/juddi-ddl-generator/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.juddi</groupId>
         <artifactId>juddi-parent</artifactId>
-        <version>3.3.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-ddl-generator</artifactId>
     <name>juddi-ddl-generator</name>
diff --git a/juddi-dist/pom.xml b/juddi-dist/pom.xml
index 19a3d51..f44525a 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<artifactId>juddi-dist</artifactId>
 	<name>jUDDI Distribution Assembly</name>
diff --git a/juddi-examples/ValueSetValidator/pom.xml b/juddi-examples/ValueSetValidator/pom.xml
index 3137f29..8ccd239 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 
 	<artifactId>example-vsv-validator</artifactId>
diff --git a/juddi-examples/create-partition/pom.xml b/juddi-examples/create-partition/pom.xml
index 95a0d7e..5ba976c 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>create-partition</artifactId>
diff --git a/juddi-examples/hello-world-embedded/pom.xml b/juddi-examples/hello-world-embedded/pom.xml
index 0725ab3..cd2e643 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>hello-world-embedded</artifactId>
diff --git a/juddi-examples/hello-world/pom.xml b/juddi-examples/hello-world/pom.xml
index 33f899d..f31cd93 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>hello-world</artifactId>
diff --git a/juddi-examples/juddi-embedded/pom.xml b/juddi-examples/juddi-embedded/pom.xml
index 7b11085..373a43b 100644
--- a/juddi-examples/juddi-embedded/pom.xml
+++ b/juddi-examples/juddi-embedded/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.juddi.example</groupId>
         <artifactId>juddi-examples</artifactId>
-        <version>3.3.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-embedded</artifactId>
     <packaging>jar</packaging>
diff --git a/juddi-examples/more-uddi-samples/pom.xml b/juddi-examples/more-uddi-samples/pom.xml
index 1f26dc2..ade17f6 100644
--- a/juddi-examples/more-uddi-samples/pom.xml
+++ b/juddi-examples/more-uddi-samples/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.juddi.example</groupId>
         <artifactId>juddi-examples</artifactId>
-        <version>3.3.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-more-samples</artifactId>
diff --git a/juddi-examples/pom.xml b/juddi-examples/pom.xml
index 6b93f73..8e934c1 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.juddi.example</groupId>
diff --git a/juddi-examples/service-version/pom.xml b/juddi-examples/service-version/pom.xml
index b5882d1..33caec2 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>service-version</artifactId>
diff --git a/juddi-examples/simple-browse/pom.xml b/juddi-examples/simple-browse/pom.xml
index bf67b76..a95a9fc 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-browse</artifactId>
diff --git a/juddi-examples/simple-publish-clerk/pom.xml b/juddi-examples/simple-publish-clerk/pom.xml
index 814b04e..4922a2b 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-publish-clerk</artifactId>
diff --git a/juddi-examples/simple-publish-portable/pom.xml b/juddi-examples/simple-publish-portable/pom.xml
index 85625a7..3ab2bae 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>simple-publish-portable</artifactId>
diff --git a/juddi-examples/subscription-notification-amqp/pom.xml b/juddi-examples/subscription-notification-amqp/pom.xml
index 01b3eaa..4a3106a 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<artifactId>subscription-notification-amqp</artifactId>
 	<name>jUDDI Example AMQP Notifier for Subscription callbacks</name>
diff --git a/juddi-examples/uddi-annotations/pom.xml b/juddi-examples/uddi-annotations/pom.xml
index 9380c43..b6a1d15 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>uddi-annotations</artifactId>
diff --git a/juddi-examples/uddiv2-api-bridge-example/pom.xml b/juddi-examples/uddiv2-api-bridge-example/pom.xml
index 9d81960..7410b51 100644
--- a/juddi-examples/uddiv2-api-bridge-example/pom.xml
+++ b/juddi-examples/uddiv2-api-bridge-example/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.juddi.example</groupId>
     <artifactId>juddi-examples</artifactId>
-    <version>3.3.8-SNAPSHOT</version>
+    <version>3.3.8</version>
   </parent>
   <groupId>org.apache.juddi.example</groupId>
   <artifactId>uddiv2-api-bridge-example</artifactId>
diff --git a/juddi-examples/wsdl2uddi-lifecyle/pom.xml b/juddi-examples/wsdl2uddi-lifecyle/pom.xml
index 398bd75..b7ea793 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.8-SNAPSHOT</version>
+     <version>3.3.8</version>
      <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wsdl2uddi-lifecycle</artifactId>
diff --git a/juddi-examples/wsdl2uddi/pom.xml b/juddi-examples/wsdl2uddi/pom.xml
index 54ccd3f..82a4c44 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.8-SNAPSHOT</version>
+     <version>3.3.8</version>
      <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>wsdl2uddi</artifactId>
diff --git a/juddi-gui-dsig/pom.xml b/juddi-gui-dsig/pom.xml
index 1729d9b..efead49 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-gui-dsig</artifactId>
     <name>jUDDI Web Client Digital Signature Applet</name>
diff --git a/juddi-gui/pom.xml b/juddi-gui/pom.xml
index 18d0dee..ee3e298 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-gui-war</artifactId>
     <packaging>war</packaging>
diff --git a/juddi-rest-cxf/pom.xml b/juddi-rest-cxf/pom.xml
index a5e5c9d..7756a30 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-rest-cxf</artifactId>
diff --git a/juddi-tomcat/pom.xml b/juddi-tomcat/pom.xml
index 1930bd4..6a3684a 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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddi-tomcat</artifactId>
     <name>jUDDI Tomcat Packaging</name>
diff --git a/juddiv3-war-repl/pom.xml b/juddiv3-war-repl/pom.xml
index f09d508..0f074f8 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<artifactId>juddiv3-war-repl</artifactId>
 	<packaging>war</packaging>
diff --git a/juddiv3-war/pom.xml b/juddiv3-war/pom.xml
index 4059298..79a7b8e 100644
--- a/juddiv3-war/pom.xml
+++ b/juddiv3-war/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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>juddiv3-war</artifactId>
     <packaging>war</packaging>
diff --git a/pom.xml b/pom.xml
index a0c160e..4a28b82 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.8-SNAPSHOT</version>
+	<version>3.3.8</version>
 	<name>jUDDI_v3 Parent</name>
 	<description>jUDDI (pronounced "Judy") is an open source Java
         implementation of the Universal Description, Discovery, and
@@ -167,7 +167,7 @@ under the License.
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/juddi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/juddi.git</developerConnection>
 		<url>https://gitbox.apache.org/repos/asf/juddi.git/?p=juddi.git;a=summary</url>
-		<tag>HEAD</tag>
+		<tag>juddi-3.3.8</tag>
 	</scm>
 	<build>
 		<pluginManagement>
diff --git a/uddi-client-dist/pom.xml b/uddi-client-dist/pom.xml
index 65076c6..cfae0b6 100644
--- a/uddi-client-dist/pom.xml
+++ b/uddi-client-dist/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.8-SNAPSHOT</version>
+        <version>3.3.8</version>
     </parent>
     <artifactId>uddi-client-dist</artifactId>
     <name>UDDI Client Distribution Assembly</name>
diff --git a/uddi-migration-tool/pom.xml b/uddi-migration-tool/pom.xml
index 5f884e3..9245e31 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	
 	<groupId>org.apache.juddi</groupId>
diff --git a/uddi-tck-base/pom.xml b/uddi-tck-base/pom.xml
index 6d0c8e3..0f4e71d 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<artifactId>uddi-tck-base</artifactId>
 	<packaging>bundle</packaging>
diff --git a/uddi-tck-runner/pom.xml b/uddi-tck-runner/pom.xml
index e6d32e0..53fe8bc 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.8-SNAPSHOT</version>
+    <version>3.3.8</version>
   </parent>
   <artifactId>uddi-tck-runner</artifactId>
   <name>UDDI TCK Test Runner</name>
diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml
index dfec97b..87b0e32 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.8-SNAPSHOT</version>
+		<version>3.3.8</version>
 	</parent>
 	<artifactId>uddi-tck</artifactId>
 	<packaging>jar</packaging>
diff --git a/uddi-ws/pom.xml b/uddi-ws/pom.xml
index f496c23..1054128 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.8-SNAPSHOT</version>
+		<version>3.3.8</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