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:08 UTC

svn commit: r426630 - in /tapestry/tapestry-site/tags/4.1: ./ maven-skin/pom.xml pom.xml src/site/site.xml

Author: jkuhnert
Date: Fri Jul 28 11:09:07 2006
New Revision: 426630

URL: http://svn.apache.org/viewvc?rev=426630&view=rev
Log:
Tagging maven-skin/site 4.1 official release.

Added:
    tapestry/tapestry-site/tags/4.1/
      - copied from r426612, tapestry/tapestry-site/trunk/
    tapestry/tapestry-site/tags/4.1/maven-skin/pom.xml
      - copied, changed from r426623, tapestry/tapestry-site/trunk/maven-skin/pom.xml
    tapestry/tapestry-site/tags/4.1/pom.xml
      - copied, changed from r426623, tapestry/tapestry-site/trunk/pom.xml
    tapestry/tapestry-site/tags/4.1/src/site/site.xml
      - copied unchanged from r426622, tapestry/tapestry-site/trunk/src/site/site.xml

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

Copied: tapestry/tapestry-site/tags/4.1/pom.xml (from r426623, tapestry/tapestry-site/trunk/pom.xml)
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/tags/4.1/pom.xml?p2=tapestry/tapestry-site/tags/4.1/pom.xml&p1=tapestry/tapestry-site/trunk/pom.xml&r1=426623&r2=426630&rev=426630&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/tags/4.1/pom.xml Fri Jul 28 11:09:07 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>