You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/07/08 01:35:36 UTC

svn commit: r420012 - /tapestry/tapestry4/trunk/pom.xml

Author: jkuhnert
Date: Fri Jul  7 16:35:36 2006
New Revision: 420012

URL: http://svn.apache.org/viewvc?rev=420012&view=rev
Log:
Fixed some resolution errors in pom

Modified:
    tapestry/tapestry4/trunk/pom.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=420012&r1=420011&r2=420012&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Fri Jul  7 16:35:36 2006
@@ -207,7 +207,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.0.2-SNAPSHOT</version>
+                    <version>2.0</version>
                     <inherited>true</inherited>
                     <configuration>
                         <source>1.5</source>
@@ -222,7 +222,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-clover-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.2</version>
                     <inherited>true</inherited>
                     <configuration>
                         <licenseLocation>
@@ -243,12 +243,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.2.1-SNAPSHOT</version>
+                    <version>2.2</version>
                 </plugin>
             </plugins>
         </pluginManagement>
     </build>
-    
+
     <reporting>
         <plugins>
             <plugin>
@@ -259,7 +259,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clover-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2</version>
                 <inherited>true</inherited>
                 <configuration>
                     <licenseLocation>