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/07/28 20:02:34 UTC

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

Author: jkuhnert
Date: Fri Jul 28 11:02:33 2006
New Revision: 426622

URL: http://svn.apache.org/viewvc?rev=426622&view=rev
Log:
Updating poms

Modified:
    tapestry/tapestry-site/trunk/maven-skin/pom.xml
    tapestry/tapestry-site/trunk/pom.xml
    tapestry/tapestry-site/trunk/src/site/site.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=426622&r1=426621&r2=426622&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/pom.xml (original)
+++ tapestry/tapestry-site/trunk/maven-skin/pom.xml Fri Jul 28 11:02:33 2006
@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>maven-skin</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>Tapestry Site Skin</name>
     <description>Tapestry Maven2 Site Skin</description>
     
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-site</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <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=426622&r1=426621&r2=426622&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Fri Jul 28 11:02:33 2006
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-site</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.1</version>
     <packaging>pom</packaging>
     <name>Tapestry</name>
     <description>Java web application framework.</description>

Modified: tapestry/tapestry-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/site.xml?rev=426622&r1=426621&r2=426622&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/site.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/site.xml Fri Jul 28 11:02:33 2006
@@ -13,7 +13,7 @@
     <skin>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>maven-skin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1</version>
     </skin>
 
     <publishDate format="dd MMM yyyy" />