You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/06/24 04:52:18 UTC

svn commit: r787891 - in /webservices/juddi/branches/v3_trunk/juddi-console: juddi-portal/pom.xml subscription-listener/pom.xml uddi-portlets/pom.xml

Author: kstam
Date: Wed Jun 24 02:52:18 2009
New Revision: 787891

URL: http://svn.apache.org/viewvc?rev=787891&view=rev
Log:
switching from beta to SNAPDHOT

Modified:
    webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml
    webservices/juddi/branches/v3_trunk/juddi-console/subscription-listener/pom.xml
    webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml?rev=787891&r1=787890&r2=787891&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/juddi-portal/pom.xml Wed Jun 24 02:52:18 2009
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-console</artifactId>
-    <version>3.0.0.beta</version>
+    <version>3.0.0.SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion> 
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-portal-bundle</artifactId>
-  <version>3.0.0.beta</version>
+  <version>3.0.0.SNAPSHOT</version>
   <name>jUDDI Portal</name>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
@@ -33,19 +33,19 @@
     <dependency>
       <groupId>org.apache.juddi</groupId>
       <artifactId>juddi-tomcat</artifactId>
-      <version>3.0.0.beta</version> 
+      <version>3.0.0.SNAPSHOT</version> 
       <type>zip</type>
     </dependency>
     <dependency>
 	    <groupId>org.apache.juddi</groupId>
 	    <artifactId>uddi-portlets</artifactId>
-	    <version>3.0.0.beta</version>
+	    <version>3.0.0.SNAPSHOT</version>
 	    <type>war</type>
     </dependency>
     <dependency>
     	    <groupId>org.apache.juddi</groupId>
     	    <artifactId>subscription-listener</artifactId>
-    	    <version>3.0.0.beta</version>
+    	    <version>3.0.0.SNAPSHOT</version>
     	    <type>war</type>
     </dependency>
     <dependency>

Modified: webservices/juddi/branches/v3_trunk/juddi-console/subscription-listener/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/subscription-listener/pom.xml?rev=787891&r1=787890&r2=787891&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/subscription-listener/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/subscription-listener/pom.xml Wed Jun 24 02:52:18 2009
@@ -20,11 +20,11 @@
   <parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-console</artifactId>
-    <version>3.0.0.beta</version>
+    <version>3.0.0.SNAPSHOT</version>
   </parent>
   <groupId>org.apache.juddi</groupId>
   <artifactId>subscription-listener</artifactId>
-  <version>3.0.0.beta</version>
+  <version>3.0.0.SNAPSHOT</version>
   <name>jUDDI Subscription Listener</name>
   <packaging>war</packaging>
   <repositories>
@@ -42,7 +42,7 @@
     <dependency>
       <artifactId>juddi-core</artifactId>
       <groupId>org.apache.juddi</groupId>
-      <version>3.0.0.beta</version>
+      <version>3.0.0.SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

Modified: webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml?rev=787891&r1=787890&r2=787891&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml Wed Jun 24 02:52:18 2009
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-console</artifactId>
-		<version>3.0.0.beta</version>
+		<version>3.0.0.SNAPSHOT</version>
 	</parent>
 	<!--
 		GWT-Maven archetype generated POM 
@@ -13,7 +13,7 @@
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>uddi-portlets</artifactId>
 	<packaging>war</packaging>
-	<version>3.0.0.beta</version>
+	<version>3.0.0.SNAPSHOT</version>
 	<name>UDDI Portlets</name>
 	
 	<!--  include pluginRepository and repository for GWT-Maven -->
@@ -70,17 +70,17 @@
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-core</artifactId>
-			<version>3.0.0.beta</version>
+			<version>3.0.0.SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.0.0.beta</version>
+			<version>3.0.0.SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-client</artifactId>
-			<version>3.0.0.beta</version>
+			<version>3.0.0.SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>log4j</groupId>



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