[maven-release-plugin] prepare release blueprint-parser-1.6.0

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-parser@1832833 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 99f19fb..0a628f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -32,15 +32,15 @@
     <artifactId>blueprint-parser</artifactId>
     <packaging>jar</packaging>
     <name>Apache Aries Blueprint Parser</name>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.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.6.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/blueprint-parser-1.6.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/blueprint-parser-1.6.0</url>
     </scm>
 
     <properties>