You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/02/13 16:07:28 UTC

svn commit: r507037 - /incubator/servicemix/branches/servicemix-3.1/pom.xml

Author: gnodet
Date: Tue Feb 13 07:07:27 2007
New Revision: 507037

URL: http://svn.apache.org/viewvc?view=rev&rev=507037
Log:
Fix main pom version

Modified:
    incubator/servicemix/branches/servicemix-3.1/pom.xml

Modified: incubator/servicemix/branches/servicemix-3.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/pom.xml?view=diff&rev=507037&r1=507036&r2=507037
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.1/pom.xml Tue Feb 13 07:07:27 2007
@@ -30,7 +30,7 @@
     <artifactId>servicemix</artifactId>
     <packaging>pom</packaging>
     <name>ServiceMix</name>
-    <version>3.1-incubating</version>
+    <version>3.1.1-incubating-SNAPSHOT</version>
     <description>
     ServiceMix is an open source ESB based on the Java Business
     Integration framework - JSR-208 
@@ -1786,4 +1786,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>