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/28 20:09:51 UTC

svn commit: r426631 - in /tapestry/tapestry-site/trunk: maven-skin/pom.xml pom.xml

Author: jkuhnert
Date: Fri Jul 28 11:09:51 2006
New Revision: 426631

URL: http://svn.apache.org/viewvc?rev=426631&view=rev
Log:
Updated poms to use correct maven-deploy-plugin version.

Modified:
    tapestry/tapestry-site/trunk/maven-skin/pom.xml
    tapestry/tapestry-site/trunk/pom.xml

Modified: tapestry/tapestry-site/trunk/maven-skin/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/pom.xml?rev=426631&r1=426630&r2=426631&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/pom.xml (original)
+++ tapestry/tapestry-site/trunk/maven-skin/pom.xml Fri Jul 28 11:09:51 2006
@@ -13,4 +13,5 @@
         <artifactId>tapestry-site</artifactId>
         <version>4.1</version>
     </parent>
+    
 </project>

Modified: tapestry/tapestry-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/pom.xml?rev=426631&r1=426630&r2=426631&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Fri Jul 28 11:09:51 2006
@@ -19,7 +19,7 @@
             <distribution>repo</distribution>
         </license>
     </licenses>
-    
+
     <organization>
         <name>Apache Software Foundation</name>
         <url>http://www.apache.org</url>
@@ -29,7 +29,7 @@
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/TAPESTRY</url>
     </issueManagement>
-    
+
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/tapestry/</connection>
         <developerConnection>
@@ -66,6 +66,11 @@
                         </reports>
                     </reportSet>
                 </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.2</version>
             </plugin>
         </plugins>
     </reporting>