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:44:46 UTC

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

Author: jkuhnert
Date: Fri Jul 28 11:44:45 2006
New Revision: 426644

URL: http://svn.apache.org/viewvc?rev=426644&view=rev
Log:
Upgrading project version to 4.1.1-SNAPSHOT

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=426644&r1=426643&r2=426644&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/pom.xml (original)
+++ tapestry/tapestry-site/trunk/maven-skin/pom.xml Fri Jul 28 11:44:45 2006
@@ -4,14 +4,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>maven-skin</artifactId>
-    <version>1</version>
+    <version>1.1-SNAPSHOT</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</version>
+        <version>4.1.1-SNAPSHOT</version>
     </parent>
     
 </project>

Modified: tapestry/tapestry-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/pom.xml?rev=426644&r1=426643&r2=426644&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Fri Jul 28 11:44:45 2006
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-site</artifactId>
-    <version>4.1</version>
+    <version>4.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Tapestry</name>
     <description>Java web application framework.</description>