You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/09 02:32:38 UTC

svn commit: r932194 - in /incubator/aries/trunk/testsupport: pom.xml testsupport-unit/pom.xml

Author: hughesj
Date: Fri Apr  9 00:32:37 2010
New Revision: 932194

URL: http://svn.apache.org/viewvc?rev=932194&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    incubator/aries/trunk/testsupport/pom.xml
    incubator/aries/trunk/testsupport/testsupport-unit/pom.xml

Modified: incubator/aries/trunk/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport/pom.xml?rev=932194&r1=932193&r2=932194&view=diff
==============================================================================
--- incubator/aries/trunk/testsupport/pom.xml (original)
+++ incubator/aries/trunk/testsupport/pom.xml Fri Apr  9 00:32:37 2010
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.testsupport</groupId>
     <artifactId>testsupport</artifactId>
     <name>Apache Aries Test Support</name>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>
@@ -36,9 +36,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/tags/testsupport-0.1-incubating</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/tags/testsupport-0.1-incubating</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/tags/testsupport-0.1-incubating</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/testsupport</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/testsupport</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport</url>
     </scm>
 
     <modules>

Modified: incubator/aries/trunk/testsupport/testsupport-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport/testsupport-unit/pom.xml?rev=932194&r1=932193&r2=932194&view=diff
==============================================================================
--- incubator/aries/trunk/testsupport/testsupport-unit/pom.xml (original)
+++ incubator/aries/trunk/testsupport/testsupport-unit/pom.xml Fri Apr  9 00:32:37 2010
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.aries.testsupport</groupId>
     <artifactId>testsupport</artifactId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.aries.testsupport.unit</artifactId>