You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/06/01 09:49:01 UTC

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

Author: gertv
Date: Tue Jun  1 07:49:00 2010
New Revision: 949957

URL: http://svn.apache.org/viewvc?rev=949957&view=rev
Log:
SMX4-531: Add a bundle for jsmpp 2.1.0

Added:
    servicemix/smx4/bundles/trunk/jsmpp-2.1.0/
      - copied from r944354, servicemix/smx4/bundles/trunk/jsmpp-2.0/
Modified:
    servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml
    servicemix/smx4/bundles/trunk/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=949957&r1=944354&r2=949957&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml Tue Jun  1 07:49:00 2010
@@ -29,7 +29,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jsmpp</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0_3-SNAPSHOT</version>
+    <version>2.1.0_1-SNAPSHOT</version>
     <name>Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
@@ -38,7 +38,7 @@
     <properties>
         <pkgGroupId>com.google.code</pkgGroupId>
         <pkgArtifactId>jsmpp</pkgArtifactId>
-        <pkgVersion>2.0</pkgVersion>
+        <pkgVersion>2.1.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.jsmpp
         </servicemix.osgi.export.pkg>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=949957&r1=949956&r2=949957&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Jun  1 07:49:00 2010
@@ -41,6 +41,7 @@
     <name>Apache ServiceMix Bundles</name>
 
     <modules>
+      <module>jsmpp-2.1.0</module>
     </modules>
 
 </project>