[maven-release-plugin]  copy for tag org.apache.felix.utils-1.0.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.0.0@927799 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 55ff8b0..9a8a50f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>Apache Felix Utils</name>
   <description>Utility classes for OSGi.</description>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <artifactId>org.apache.felix.utils</artifactId>
   <dependencies>
     <dependency>
@@ -66,4 +66,10 @@
 	   </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.0.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.0.0</url>
+  </scm>
 </project>