[maven-release-plugin]  copy for tag org.apache.servicemix.bundles.xsdlib-2013.6.1_1

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.xsdlib-2013.6.1_1@1527902 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 78fff75..268f586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xsdlib</artifactId>
-    <version>2013.6.1-SNAPSHOT</version>
+    <version>2013.6.1_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -40,13 +40,13 @@
         <pkgArtifactId>xsdlib</pkgArtifactId>
         <pkgVersion>2013.6.1</pkgVersion>
         <servicemix.osgi.import.pkg>
-            org.relaxng*,
+            org.relaxng*
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
-            com.sun.msv.datatype*
+            com.sun.msv.datatype
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.private.pkg>
-            com.sun.xml.util,
+            com.sun.xml.util
         </servicemix.osgi.private.pkg>
     </properties>
 
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.relaxngDatatype</artifactId>
-            <version>2011.1-SNAPSHOT</version>
+            <version>2011.1_1</version>
             <scope>provided</scope>
         </dependency>
         <!-- sources -->
@@ -115,4 +115,10 @@
         </plugins>
     </build>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.xsdlib-2013.6.1_1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.xsdlib-2013.6.1_1</developerConnection>
+    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.xsdlib-2013.6.1_1</url>
+  </scm>
 </project>