[maven-scm] copy for tag org.apache.servicemix.bundles.jsch-0.1.44_1

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsch-0.1.44_1@1030973 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9b2f4e8..228e80b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jsch</artifactId>
     <packaging>bundle</packaging>
-    <version>0.1.44_1-SNAPSHOT</version>
+    <version>0.1.44_1</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
@@ -51,6 +51,15 @@
         </servicemix.osgi.import.pkg>
     </properties>
 
+    <repositories>
+        <!-- jsch 0.1.44 is not in central repo -->
+        <repository>
+            <id>servicemix-m2-repo</id>
+            <name>Servicemix Maven2 Repository</name>
+            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -94,4 +103,10 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsch-0.1.44_1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsch-0.1.44_1</developerConnection>
+    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsch-0.1.44_1</url>
+  </scm>
+</project>