You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/04/28 11:20:15 UTC

svn commit: r1097376 - /geronimo/server/trunk/pom.xml

Author: xuhaihong
Date: Thu Apr 28 09:20:14 2011
New Revision: 1097376

URL: http://svn.apache.org/viewvc?rev=1097376&view=rev
Log:
Oops, Axis2 1.7.0-SNAPSHOT requires Neethi 3.0.1-SNAPSHOT

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1097376&r1=1097375&r2=1097376&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Apr 28 09:20:14 2011
@@ -1433,7 +1433,7 @@
             <dependency>
                 <groupId>org.apache.neethi</groupId>
                 <artifactId>neethi</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.1-SNAPSHOT</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.apache.ws.commons.axiom</groupId>