[maven-release-plugin]  copy for tag org.apache.servicemix.bundles.colt-1.2.0_1

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.colt-1.2.0_1@1291930 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f509e0e..bd93566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.colt</artifactId>
-    <version>1.2.0_1-SNAPSHOT</version>
+    <version>1.2.0_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,9 +39,9 @@
         <pkgGroupId>colt</pkgGroupId>
         <pkgArtifactId>colt</pkgArtifactId>
         <pkgVersion>1.2.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
             cern.colt*;version="${project.version}";-noimport:=true
-        </servicemix.osgi.export.pkg>
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             EDU.oswego.cs.dl.util.concurrent;version="[1.3,2)",
             *
@@ -56,6 +56,16 @@
             <optional>true</optional>
         </dependency>
 
+        <!-- sources -->
+        <!-- not available
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        -->
     </dependencies>
 
     <build>
@@ -63,7 +73,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
@@ -92,4 +101,11 @@
             </plugin>
         </plugins>
     </build>
+
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.colt-1.2.0_1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.colt-1.2.0_1</developerConnection>
+    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.colt-1.2.0_1</url>
+  </scm>
 </project>