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 2012/10/21 17:34:53 UTC

svn commit: r1400668 - /servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml

Author: gertv
Date: Sun Oct 21 15:34:52 2012
New Revision: 1400668

URL: http://svn.apache.org/viewvc?rev=1400668&view=rev
Log:
Fix specs build failure

Modified:
    servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml

Modified: servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml?rev=1400668&r1=1400667&r2=1400668&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml (original)
+++ servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml Sun Oct 21 15:34:52 2012
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.specs</groupId>
         <artifactId>specs</artifactId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.specs</groupId>
     <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
     <packaging>bundle</packaging>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.2-SNAPSHOT</version>
     <name>Apache ServiceMix :: Specs :: SAAJ API 1.3</name>
 
     <dependencies>