You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/01/31 08:28:33 UTC

svn commit: r1238209 - /servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml

Author: jbonofre
Date: Tue Jan 31 07:28:33 2012
New Revision: 1238209

URL: http://svn.apache.org/viewvc?rev=1238209&view=rev
Log:
[maven-release-plugin] prepare release org.apache.servicemix.bundles.jsmpp-2.1.0_4

Modified:
    servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml?rev=1238209&r1=1238208&r2=1238209&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml Tue Jan 31 07:28:33 2012
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -32,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jsmpp</artifactId>
     <packaging>bundle</packaging>
-    <version>2.1.0_4-SNAPSHOT</version>
+    <version>2.1.0_4</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -117,4 +116,10 @@
         </plugins>
     </build>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsmpp-2.1.0_4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsmpp-2.1.0_4</developerConnection>
+    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.jsmpp-2.1.0_4</url>
+  </scm>
 </project>