You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2013/04/02 10:37:43 UTC

svn commit: r1463445 - /aries/trunk/blueprint/blueprint-sample-war/pom.xml

Author: gnodet
Date: Tue Apr  2 08:37:43 2013
New Revision: 1463445

URL: http://svn.apache.org/r1463445
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    aries/trunk/blueprint/blueprint-sample-war/pom.xml

Modified: aries/trunk/blueprint/blueprint-sample-war/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-sample-war/pom.xml?rev=1463445&r1=1463444&r2=1463445&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-sample-war/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-sample-war/pom.xml Tue Apr  2 08:37:43 2013
@@ -27,15 +27,15 @@
     <artifactId>org.apache.aries.blueprint.sample.war</artifactId>
     <name>Apache Aries Blueprint WAR Sample</name>
     <packaging>war</packaging>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <description>
         Example blueprint web application using blueprint-noosgi, mostly used for integration tests.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.sample.war-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.sample.war-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.sample.war-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-sample-war</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-sample-war</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-sample-war</url>
     </scm>
 
     <properties>