You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by se...@apache.org on 2013/11/05 11:48:47 UTC

svn commit: r1538932 - /aries/trunk/blueprint/blueprint-web-osgi/pom.xml

Author: sergeyb
Date: Tue Nov  5 10:48:47 2013
New Revision: 1538932

URL: http://svn.apache.org/r1538932
Log:
[maven-release-plugin] prepare release org.apache.aries.blueprint.webosgi-1.0.1

Modified:
    aries/trunk/blueprint/blueprint-web-osgi/pom.xml

Modified: aries/trunk/blueprint/blueprint-web-osgi/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-web-osgi/pom.xml?rev=1538932&r1=1538931&r2=1538932&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-web-osgi/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-web-osgi/pom.xml Tue Nov  5 10:48:47 2013
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.blueprint</groupId>
     <artifactId>org.apache.aries.blueprint.webosgi</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <name>Apache Aries Blueprint Web OSGI</name>
     <description>
         This bundle contains an OSGI-aware Servlet ContextListener for bootstrapping
@@ -36,9 +36,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-web-osgi</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-web-osgi</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-web-osgi</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.webosgi-1.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.webosgi-1.0.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.webosgi-1.0.1</url>
     </scm>
 
     <properties>