You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/24 10:36:47 UTC

svn commit: r1074086 - in /aries/branches/experimental-release-by-module/proxy: pom.xml proxy-parent/pom.xml

Author: zoe
Date: Thu Feb 24 09:36:47 2011
New Revision: 1074086

URL: http://svn.apache.org/viewvc?rev=1074086&view=rev
Log:
change scm tags

Modified:
    aries/branches/experimental-release-by-module/proxy/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml

Modified: aries/branches/experimental-release-by-module/proxy/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/pom.xml?rev=1074086&r1=1074085&r2=1074086&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/pom.xml Thu Feb 24 09:36:47 2011
@@ -35,9 +35,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/proxy-module-0.3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/proxy-module-0.3</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/proxy-module-0.3</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/experimental-release-by-module/tags/proxy-module-0.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/ibranches/experimental-release-by-module/tags/proxy-module-0.4</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/tags/proxy-module-0.4</url>
     </scm>
     
     <modules>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml?rev=1074086&r1=1074085&r2=1074086&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-parent/pom.xml Thu Feb 24 09:36:47 2011
@@ -66,14 +66,5 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-<!--
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-    -->
 </project>