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/01/27 06:21:48 UTC

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

Author: xuhaihong
Date: Thu Jan 27 05:21:48 2011
New Revision: 1063998

URL: http://svn.apache.org/viewvc?rev=1063998&view=rev
Log:
Use the latest scout 1.2.2_2-SNAPSHOT, as it configured axis as an optional import packages

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1063998&r1=1063997&r2=1063998&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Jan 27 05:21:48 2011
@@ -724,7 +724,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.bundles</groupId>
                 <artifactId>scout</artifactId>
-                <version>1.2.2_1</version>
+                <version>1.2.2_2-SNAPSHOT</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>