You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/01 16:52:36 UTC

svn commit: r607862 - /myfaces/maven/trunk/build-tools/pom.xml

Author: skitching
Date: Tue Jan  1 07:52:36 2008
New Revision: 607862

URL: http://svn.apache.org/viewvc?rev=607862&view=rev
Log:
Update dependency versions

Modified:
    myfaces/maven/trunk/build-tools/pom.xml

Modified: myfaces/maven/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/build-tools/pom.xml?rev=607862&r1=607861&r2=607862&view=diff
==============================================================================
--- myfaces/maven/trunk/build-tools/pom.xml (original)
+++ myfaces/maven/trunk/build-tools/pom.xml Tue Jan  1 07:52:36 2008
@@ -17,7 +17,7 @@
         <extension>
           <groupId>org.apache.maven.wagon</groupId>
            <artifactId>wagon-ssh-external</artifactId>
-           <version>1.0-alpha-5</version>
+           <version>1.0-beta-2</version>
         </extension>
       </extensions>
   </build>
@@ -27,14 +27,14 @@
         <dependency>
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
-          <version>1.0.4</version>
+          <version>1.1.1</version>
           <scope>compile</scope>
         </dependency>
 
         <dependency>
           <groupId>velocity</groupId>
           <artifactId>velocity</artifactId>
-          <version>1.4</version>
+          <version>1.5</version>
           <scope>compile</scope>
         </dependency>
 
@@ -75,6 +75,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-4</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>