You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/07/08 22:17:43 UTC

svn commit: r1144483 - /webservices/commons/trunk/modules/neethi/pom.xml

Author: veithen
Date: Fri Jul  8 20:17:43 2011
New Revision: 1144483

URL: http://svn.apache.org/viewvc?rev=1144483&view=rev
Log:
Updated Axiom version to make Neethi ready for release.

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=1144483&r1=1144482&r2=1144483&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Jul  8 20:17:43 2011
@@ -337,7 +337,7 @@
         </site>
     </distributionManagement>
     <properties>
-        <axiom.version>1.2.12-SNAPSHOT</axiom.version>
+        <axiom.version>1.2.12</axiom.version>
         <neethi.osgi.version>${project.version}</neethi.osgi.version>
         <bundle.plugin.version>2.1.0</bundle.plugin.version>
         <failIfNoTests>false</failIfNoTests>