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

svn commit: r720828 - /geronimo/gshell/trunk/gshell-support/gshell-plexus/pom.xml

Author: jdillon
Date: Wed Nov 26 04:28:01 2008
New Revision: 720828

URL: http://svn.apache.org/viewvc?rev=720828&view=rev
Log:
Use plexus 1.0-beta-2

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-plexus/pom.xml

Modified: geronimo/gshell/trunk/gshell-support/gshell-plexus/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-plexus/pom.xml?rev=720828&r1=720827&r2=720828&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-plexus/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-plexus/pom.xml Wed Nov 26 04:28:01 2008
@@ -34,7 +34,7 @@
     <name>GShell Support :: Plexus</name>
     
     <description>
-        Customizations of Plexus for GShell.
+        Plexus integration.
     </description>
     
     <dependencies>
@@ -43,14 +43,10 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
 
-        <!--
-        TODO: Test 1.0-beta-2
-        -->
-        
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-container-default</artifactId>
-            <version>1.0-beta-1</version>
+            <version>1.0-beta-2</version>
             <exclusions>
                 <exclusion>
                     <groupId>junit</groupId>
@@ -70,7 +66,7 @@
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-component-annotations</artifactId>
-            <version>1.0-beta-1</version>
+            <version>1.0-beta-2</version>
             <exclusions>
                 <exclusion>
                     <groupId>junit</groupId>