Author: gnodet
Date: Tue Apr 2 08:35:10 2013
New Revision: 1463441
URL: http://svn.apache.org/r1463441
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
aries/trunk/blueprint/blueprint-web/pom.xml
Modified: aries/trunk/blueprint/blueprint-web/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-web/pom.xml?rev=1463441&r1=1463440&r2=1463441&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-web/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-web/pom.xml Tue Apr 2 08:35:10 2013
@@ -29,16 +29,16 @@
<artifactId>org.apache.aries.blueprint.web</artifactId>
<packaging>jar</packaging>
<name>Apache Aries Blueprint Web</name>
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
<description>
This bundle contains a Servlet ContextListener for bootstrapping
blueprint inside web containers.
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.web-1.0.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.web-1.0.0</developerConnection>
-
<url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.web-1.0.0</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-web</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-web</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-web</url>
</scm>
<properties>
<blueprint.nosgi.version>1.0.0</blueprint.nosgi.version>