You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/08/02 22:51:22 UTC

svn commit: r428142 - /shale/framework/trunk/pom.xml

Author: craigmcc
Date: Wed Aug  2 13:51:22 2006
New Revision: 428142

URL: http://svn.apache.org/viewvc?rev=428142&view=rev
Log:
Eliminate a warning about the xml-apis:xml-apis:2.0.2 artifact getting
relocated to xml-apis:xml-apis:1.0.b2 (although we'll still get a
warning about setting the scope to provided).

Modified:
    shale/framework/trunk/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=428142&r1=428141&r2=428142&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Wed Aug  2 13:51:22 2006
@@ -345,7 +345,7 @@
       <dependency>
            <groupId>xml-apis</groupId>
            <artifactId>xml-apis</artifactId>
-           <version>2.0.2</version>
+           <version>1.0.b2</version>
            <scope>provided</scope>
       </dependency>