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 2017/11/18 04:20:59 UTC

juddi git commit: pom fixes

Repository: juddi
Updated Branches:
  refs/heads/master b2e2512e9 -> 492d4786e


pom fixes


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

Branch: refs/heads/master
Commit: 492d4786eabaf28e9eec3d9e20ca5baded9b8f48
Parents: b2e2512
Author: Alex O'Ree <al...@apache.org>
Authored: Fri Nov 17 23:20:57 2017 -0500
Committer: Alex O'Ree <al...@apache.org>
Committed: Fri Nov 17 23:20:57 2017 -0500

----------------------------------------------------------------------
 docs/pom.xml                             | 2 +-
 juddi-ddl-generator/pom.xml              | 2 +-
 juddi-dist/pom.xml                       | 2 +-
 juddi-extras/juddi-client-extras/pom.xml | 4 ++--
 uddi-client-dist/pom.xml                 | 2 +-
 uddi-tck-runner/pom.xml                  | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/492d4786/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index f14e131..1349215 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.6-SNAPSHOT</version>
+		<version>3.3.5-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.juddi.juddi-docs</groupId>
 	<artifactId>juddi-docs</artifactId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/492d4786/juddi-ddl-generator/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-ddl-generator/pom.xml b/juddi-ddl-generator/pom.xml
index a3991d8..f7b7158 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.6-SNAPSHOT</version>
+        <version>3.3.5-SNAPSHOT</version>
     </parent>
     <artifactId>juddi-ddl-generator</artifactId>
     <name>juddi-ddl-generator</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/492d4786/juddi-dist/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-dist/pom.xml b/juddi-dist/pom.xml
index b8d0ef9..8bf1d88 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.6-SNAPSHOT</version>
+		<version>3.3.5-SNAPSHOT</version>
 	</parent>
 	<artifactId>juddi-dist</artifactId>
 	<name>jUDDI Distribution Assembly</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/492d4786/juddi-extras/juddi-client-extras/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-extras/juddi-client-extras/pom.xml b/juddi-extras/juddi-client-extras/pom.xml
index 62564b7..9d76416 100644
--- a/juddi-extras/juddi-client-extras/pom.xml
+++ b/juddi-extras/juddi-client-extras/pom.xml
@@ -19,8 +19,8 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.juddi</groupId>
-    <artifactId>juddi-parent</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <artifactId>juddi-client-extras</artifactId>
+    <version>3.3.5-SNAPSHOT</version>
   </parent> 
   <artifactId>juddi-client-extras</artifactId>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/juddi/blob/492d4786/uddi-client-dist/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-client-dist/pom.xml b/uddi-client-dist/pom.xml
index caac778..3acb2c9 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.6-SNAPSHOT</version>
+        <version>3.3.5-SNAPSHOT</version>
     </parent>
     <artifactId>uddi-client-dist</artifactId>
     <name>UDDI Client Distribution Assembly</name>

http://git-wip-us.apache.org/repos/asf/juddi/blob/492d4786/uddi-tck-runner/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-tck-runner/pom.xml b/uddi-tck-runner/pom.xml
index 9191c25..bfb3436 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.6-SNAPSHOT</version>
+    <version>3.3.5-SNAPSHOT</version>
   </parent>
   <artifactId>uddi-tck-runner</artifactId>
   <name>UDDI TCK Test Runner</name>


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