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/22 17:50:52 UTC

svn commit: r936912 - in /incubator/aries/branches/0.1-incubating-RCx/jndi: jndi-bundle/pom.xml jndi-core/pom.xml jndi-url/pom.xml pom.xml

Author: hughesj
Date: Thu Apr 22 15:50:52 2010
New Revision: 936912

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

Modified:
    incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-bundle/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-core/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-url/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/jndi/pom.xml

Modified: incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-bundle/pom.xml?rev=936912&r1=936911&r2=936912&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-bundle/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-bundle/pom.xml Thu Apr 22 15:50:52 2010
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.aries.jndi</groupId>
         <artifactId>jndi</artifactId>
-        <version>0.1-incubating</version>
+        <version>0.2-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.jndi</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-core/pom.xml?rev=936912&r1=936911&r2=936912&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-core/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-core/pom.xml Thu Apr 22 15:50:52 2010
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.aries.jndi</groupId>
     <artifactId>jndi</artifactId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.aries.jndi.core</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-url/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-url/pom.xml?rev=936912&r1=936911&r2=936912&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-url/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jndi/jndi-url/pom.xml Thu Apr 22 15:50:52 2010
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.aries.jndi</groupId>
     <artifactId>jndi</artifactId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.aries.jndi.url</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/jndi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jndi/pom.xml?rev=936912&r1=936911&r2=936912&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/jndi/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/jndi/pom.xml Thu Apr 22 15:50:52 2010
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.jndi</groupId>
     <artifactId>jndi</artifactId>
     <name>Apache Aries JNDI</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/jndi-0.1-incubating</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/tags/jndi-0.1-incubating</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/tags/jndi-0.1-incubating</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RCx/jndi</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RCx/jndi</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/jndi</url>
     </scm>
     
     <dependencyManagement>