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

svn commit: r1144182 - in /servicemix/smx4/bundles/trunk: axiom-api-1.2.11/ axiom-api-1.2.12/ axiom-api-1.2.12/pom.xml axiom-impl-1.2.11/ axiom-impl-1.2.12/ axiom-impl-1.2.12/pom.xml pom.xml

Author: ningjiang
Date: Fri Jul  8 07:33:00 2011
New Revision: 1144182

URL: http://svn.apache.org/viewvc?rev=1144182&view=rev
Log:
SMX4-877 create wrap bundle for axiom 1.2.12

Added:
    servicemix/smx4/bundles/trunk/axiom-api-1.2.12/
      - copied from r1143711, servicemix/smx4/bundles/trunk/axiom-api-1.2.11/
    servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/
      - copied from r1143711, servicemix/smx4/bundles/trunk/axiom-impl-1.2.11/
Removed:
    servicemix/smx4/bundles/trunk/axiom-api-1.2.11/
    servicemix/smx4/bundles/trunk/axiom-impl-1.2.11/
Modified:
    servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml
    servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml?rev=1144182&r1=1143711&r2=1144182&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/axiom-api-1.2.12/pom.xml Fri Jul  8 07:33:00 2011
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.axiom-api</artifactId>
-    <version>1.2.11-1-SNAPSHOT</version>
+    <version>1.2.12-1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -38,7 +38,7 @@
     <properties>
         <pkgGroupId>org.apache.ws.commons.axiom</pkgGroupId>
         <pkgArtifactId>axiom-api</pkgArtifactId>
-        <pkgVersion>1.2.11</pkgVersion>
+        <pkgVersion>1.2.12</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.axiom*
         </servicemix.osgi.export.pkg>

Modified: servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml?rev=1144182&r1=1143711&r2=1144182&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/axiom-impl-1.2.12/pom.xml Fri Jul  8 07:33:00 2011
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.axiom-impl</artifactId>
-    <version>1.2.11-1-SNAPSHOT</version>
+    <version>1.2.12-1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -38,9 +38,9 @@
     <properties>
         <pkgGroupId>org.apache.ws.commons.axiom</pkgGroupId>
         <pkgArtifactId>axiom-impl</pkgArtifactId>
-        <pkgVersion>1.2.11</pkgVersion>
+        <pkgVersion>1.2.12</pkgVersion>
         <servicemix.osgi.export.pkg>
-            org.apache.axiom.om.impl.llom*;version="1.2.11",
+            org.apache.axiom.om.impl.llom*;version="1.2.12",
             org.apache.axiom.soap.impl.llom*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1144182&r1=1144181&r2=1144182&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Jul  8 07:33:00 2011
@@ -46,8 +46,8 @@
         <module>quartz-2.0.1</module>
         <module>scalaj-collection-1.0</module>
         <module>smack-3.2.0</module>
-        <module>axiom-api-1.2.11</module>
-        <module>axiom-impl-1.2.11</module>
+        <module>axiom-api-1.2.12</module>
+        <module>axiom-impl-1.2.12</module>
     </modules>
 
 </project>