You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2009/06/22 16:59:44 UTC

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

Author: dims
Date: Mon Jun 22 14:59:44 2009
New Revision: 787262

URL: http://svn.apache.org/viewvc?rev=787262&view=rev
Log:
switch to correctly named SNAPSHOT with version #

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=787262&r1=787261&r2=787262&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Mon Jun 22 14:59:44 2009
@@ -311,7 +311,7 @@
 		</site>
 	</distributionManagement>
 	<properties>
-		<axiom.version>SNAPSHOT</axiom.version>
+        <axiom.version>1.2.9-SNAPSHOT</axiom.version>
         <neethi.osgi.version>2.0.3</neethi.osgi.version>
         <bundle.plugin.version>1.4.0</bundle.plugin.version>
         <failIfNoTests>false</failIfNoTests>