You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/08/26 22:54:47 UTC

svn commit: r437227 - in /tapestry/tapestry4/trunk: pom.xml tapestry-annotations/pom.xml tapestry-framework/pom.xml

Author: jkuhnert
Date: Sat Aug 26 13:54:46 2006
New Revision: 437227

URL: http://svn.apache.org/viewvc?rev=437227&view=rev
Log:
Updating pom dependencies with maven.

Modified:
    tapestry/tapestry4/trunk/pom.xml
    tapestry/tapestry4/trunk/tapestry-annotations/pom.xml
    tapestry/tapestry4/trunk/tapestry-framework/pom.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=437227&r1=437226&r2=437227&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Sat Aug 26 13:54:46 2006
@@ -231,7 +231,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.0</version>
+                    <version>2.1-SNAPSHOT</version>
                     <inherited>true</inherited>
                     <configuration>
                         <source>1.5</source>
@@ -402,6 +402,10 @@
         <pluginRepository>
             <id>tapestry.javaforge</id>
             <url>http://howardlewisship.com/repository</url>
+        </pluginRepository>
+        <pluginRepository>
+            <id>codehaus.org</id>
+            <url>http://snapshots.repository.codehaus.org</url>
         </pluginRepository>
     </pluginRepositories>
 

Modified: tapestry/tapestry4/trunk/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-annotations/pom.xml?rev=437227&r1=437226&r2=437227&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-annotations/pom.xml Sat Aug 26 13:54:46 2006
@@ -197,5 +197,5 @@
             </plugin>
         </plugins>
     </reporting>
-
+    
 </project>

Modified: tapestry/tapestry4/trunk/tapestry-framework/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/pom.xml?rev=437227&r1=437226&r2=437227&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Sat Aug 26 13:54:46 2006
@@ -180,6 +180,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
+                <version>2.1-SNAPSHOT</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>