You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by sa...@apache.org on 2011/05/17 14:32:40 UTC

svn commit: r1104197 - /webservices/woden/trunk/java/pom.xml

Author: sagara
Date: Tue May 17 12:32:40 2011
New Revision: 1104197

URL: http://svn.apache.org/viewvc?rev=1104197&view=rev
Log:
Added SNAPSHOT versions of dependencies.

Modified:
    webservices/woden/trunk/java/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1104197&r1=1104196&r2=1104197&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Tue May 17 12:32:40 2011
@@ -343,8 +343,8 @@
  <properties>
 		<woden.osgi.version>1.0.0</woden.osgi.version>
 		<bundle.plugin.version>1.4.0</bundle.plugin.version>
-		<apache.xmlSchema.version>1.4.7</apache.xmlSchema.version>
-		<apache.axiom.version>1.2.11</apache.axiom.version>
+		<apache.xmlSchema.version>1.4.8-SNAPSHOT</apache.xmlSchema.version>
+		<apache.axiom.version>1.2.12-SNAPSHOT</apache.axiom.version>
 		<apache.ant.version>1.7.1</apache.ant.version>
 		<wsdl4j.version>1.6.2</wsdl4j.version>
 		<slf4.version>1.5.8</slf4.version>