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 2012/01/24 20:56:14 UTC

svn commit: r1235450 - /juddi/scout/trunk/pom.xml

Author: kstam
Date: Tue Jan 24 19:56:14 2012
New Revision: 1235450

URL: http://svn.apache.org/viewvc?rev=1235450&view=rev
Log:
[maven-release-plugin] prepare release scout-1.2.4

Modified:
    juddi/scout/trunk/pom.xml

Modified: juddi/scout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/juddi/scout/trunk/pom.xml?rev=1235450&r1=1235449&r2=1235450&view=diff
==============================================================================
--- juddi/scout/trunk/pom.xml (original)
+++ juddi/scout/trunk/pom.xml Tue Jan 24 19:56:14 2012
@@ -8,7 +8,7 @@
 	</parent>
 	<groupId>org.apache.juddi.scout</groupId>
 	<artifactId>scout</artifactId>
-	<version>1.2.4-SNAPSHOT</version>
+	<version>1.2.4</version>
 	<packaging>bundle</packaging>
 
 	<properties>
@@ -131,9 +131,9 @@
 		</license>
 	</licenses>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/juddi/scout/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/juddi/scout/trunk</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/juddi/scout/trunk</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/juddi/scout/tags/scout-1.2.4</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/juddi/scout/tags/scout-1.2.4</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/juddi/scout/tags/scout-1.2.4</url>
 	</scm>
 	<dependencies>
 		<dependency>
@@ -624,6 +624,20 @@
 					</plugin>
 				</plugins>
 			</build>
+			<dependencies>
+        <dependency>
+          <groupId>org.apache.juddi</groupId>
+          <artifactId>juddi</artifactId>
+          <version>2.0.1</version>
+          <scope>test</scope>
+        </dependency>
+            <!--  have to figure out which dependencies of 3.0.2 make the uddiv2 build work -->
+          <dependency>
+            <groupId>org.apache.juddi</groupId>
+            <artifactId>uddi-ws</artifactId>
+            <version>3.0.2</version>
+          </dependency>
+      </dependencies>
 		</profile>
 		<profile>
 			<id>testcache</id>



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