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 14:13:06 UTC

svn commit: r607837 - /myfaces/core/trunk_1.2.x/api/pom.xml

Author: skitching
Date: Tue Jan  1 05:13:06 2008
New Revision: 607837

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

Modified:
    myfaces/core/trunk_1.2.x/api/pom.xml

Modified: myfaces/core/trunk_1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/pom.xml?rev=607837&r1=607836&r2=607837&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/api/pom.xml Tue Jan  1 05:13:06 2008
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
+    <artifactId>myfaces-core-project</artifactId>
     <version>1.2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -62,7 +62,7 @@
             <dependency>
               <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
-              <version>1.0.4</version>
+              <version>1.1.1</version>
             </dependency>
         </dependencies>
       </plugin>
@@ -239,7 +239,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.0</version>
+        <version>2.3</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -271,7 +271,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.0</version>
+        <version>2.1</version>
       </plugin>
     </plugins>
   </reporting>