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 2014/01/26 08:49:12 UTC

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

Author: sagara
Date: Sun Jan 26 07:49:11 2014
New Revision: 1561459

URL: http://svn.apache.org/r1561459
Log:
Updated Woden to use XmlSchema latest snapshot version

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=1561459&r1=1561458&r2=1561459&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Sun Jan 26 07:49:11 2014
@@ -310,7 +310,7 @@
 
  <properties>
 		<bundle.plugin.version>2.3.7</bundle.plugin.version>
-		<apache.xmlSchema.version>2.0.4-SNAPSHOT</apache.xmlSchema.version>
+		<apache.xmlSchema.version>2.1.1-SNAPSHOT</apache.xmlSchema.version>
 		<apache.ant.version>1.7.1</apache.ant.version>
 		<wsdl4j.version>1.6.2</wsdl4j.version>
 		<slf4.version>1.5.8</slf4.version>