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/07/25 06:19:52 UTC

svn commit: r1150534 - /geronimo/server/trunk/plugins/pom.xml

Author: xuhaihong
Date: Mon Jul 25 04:19:52 2011
New Revision: 1150534

URL: http://svn.apache.org/viewvc?rev=1150534&view=rev
Log:
Use staged jaxws spec 1.1 for testing

Modified:
    geronimo/server/trunk/plugins/pom.xml

Modified: geronimo/server/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/pom.xml?rev=1150534&r1=1150533&r2=1150534&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/pom.xml (original)
+++ geronimo/server/trunk/plugins/pom.xml Mon Jul 25 04:19:52 2011
@@ -123,7 +123,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.specs</groupId>
                             <artifactId>geronimo-jaxws_2.2_spec</artifactId>
-                            <version>1.1-SNAPSHOT</version>
+                            <version>1.1</version>
                         </dependency>
                     </classpath>
                 </configuration>