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 2007/10/02 19:05:45 UTC

svn commit: r581312 - /webservices/juddi/trunk/juddi-web/pom.xml

Author: kstam
Date: Tue Oct  2 10:05:44 2007
New Revision: 581312

URL: http://svn.apache.org/viewvc?rev=581312&view=rev
Log:
JUDDI-104 updating version, and web-app name (back to juddi)

Modified:
    webservices/juddi/trunk/juddi-web/pom.xml

Modified: webservices/juddi/trunk/juddi-web/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-web/pom.xml?rev=581312&r1=581311&r2=581312&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-web/pom.xml (original)
+++ webservices/juddi/trunk/juddi-web/pom.xml Tue Oct  2 10:05:44 2007
@@ -4,7 +4,7 @@
   <groupId>org.apache.juddi</groupId>
   <artifactId>juddi-web</artifactId>
   <packaging>war</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>SNAPSHOT</version>
   <name>juddi-web Maven Webapp</name>
   <url>http://maven.apache.org</url>
   <dependencies>
@@ -248,10 +248,13 @@
       <version>2.0.2</version>
       <scope>runtime</scope>
     </dependency>
-
-
+    <dependency>
+      <artifactId>juddi</artifactId>
+      <groupId>org.apache.juddi</groupId>
+      <version>SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <build>
-    <finalName>juddi-web</finalName>
+    <finalName>juddi</finalName>
   </build>
 </project>



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