You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2013/10/22 18:11:14 UTC

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

Author: dkulp
Date: Tue Oct 22 16:11:13 2013
New Revision: 1534689

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

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=1534689&r1=1534688&r2=1534689&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-web-osgi/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-web-osgi/pom.xml Tue Oct 22 16:11:13 2013
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.blueprint</groupId>
     <artifactId>org.apache.aries.blueprint.webosgi</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</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.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.webosgi-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.webosgi-1.0.0</url>
     </scm>
 
     <properties>