[maven-release-plugin] prepare release org.apache.aries.util-1.1.1

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/util@1694465 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e89596d..70fc37b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,16 +30,16 @@
 
     <artifactId>org.apache.aries.util-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</version>
     <name>Apache Aries Util</name>
     <description>
         This bundle contains the OSGi common util for Apache Aries
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/util</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/util</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/util</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.util-1.1.1</url>
     </scm>
 
     <modules>
diff --git a/util-r42/pom.xml b/util-r42/pom.xml
index 3655740..12e6ec1 100644
--- a/util-r42/pom.xml
+++ b/util-r42/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>org.apache.aries.util-r42</artifactId>
     <packaging>jar</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</version>
     <name>Apache Aries Util classes compiled under r 42 framework</name>
     <description>
         This bundle contains the OSGi common util for Apache Aries classes that need to be compiled under r 4.2
@@ -99,4 +99,10 @@
         </dependency>
     </dependencies>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1/org.apache.aries.util-r42</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1/org.apache.aries.util-r42</developerConnection>
+    <url>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1/org.apache.aries.util-r42</url>
+  </scm>
 </project>
diff --git a/util/pom.xml b/util/pom.xml
index 701a1a5..ac2017b 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>org.apache.aries.util</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</version>
     <name>Apache Aries Util</name>
     <description>
         This bundle contains the OSGi common util for Apache Aries
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util-r42</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -140,4 +140,10 @@
         </plugins>
     </build>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1/org.apache.aries.util</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1/org.apache.aries.util</developerConnection>
+    <url>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-1.1.1/org.apache.aries.util</url>
+  </scm>
 </project>