You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/07/13 10:20:28 UTC

svn commit: r1361084 - /aries/trunk/blueprint/blueprint-parser/pom.xml

Author: cumminsh
Date: Fri Jul 13 08:20:27 2012
New Revision: 1361084

URL: http://svn.apache.org/viewvc?rev=1361084&view=rev
Log:
[ARIES-862][maven-release-plugin]prepare release blueprint-parser-1.0.0

Modified:
    aries/trunk/blueprint/blueprint-parser/pom.xml

Modified: aries/trunk/blueprint/blueprint-parser/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-parser/pom.xml?rev=1361084&r1=1361083&r2=1361084&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-parser/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-parser/pom.xml Fri Jul 13 08:20:27 2012
@@ -29,15 +29,15 @@
     <artifactId>blueprint-parser</artifactId>
     <packaging>jar</packaging>
     <name>Apache Aries Blueprint Parser</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <description>
         This bundle contains the blueprint parser in a plain jar.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-parser</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-parser</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-parser</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/blueprint-parser-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/blueprint-parser-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/blueprint-parser-1.0.0</url>
     </scm>
 
     <properties>