Author: hlship
Date: Thu May  3 17:59:44 2007
New Revision: 535051

URL: http://svn.apache.org/viewvc?view=rev&rev=535051
Log:
Start updating POMs to version 5.0.5-SNAPSHOT

Modified:
    tapestry/tapestry5/branches/hlship-20070503/tapestry-core/pom.xml
    tapestry/tapestry5/branches/hlship-20070503/tapestry-ioc/pom.xml
    tapestry/tapestry5/branches/hlship-20070503/tapestry-project/pom.xml
    tapestry/tapestry5/branches/hlship-20070503/tapestry-test/pom.xml

Modified: tapestry/tapestry5/branches/hlship-20070503/tapestry-core/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/hlship-20070503/tapestry-core/pom.xml?view=diff&rev=535051&r1=535050&r2=535051
==============================================================================
--- tapestry/tapestry5/branches/hlship-20070503/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/branches/hlship-20070503/tapestry-core/pom.xml Thu May  
3 17:59:44 2007
@@ -5,11 +5,11 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-core</artifactId>
   <packaging>jar</packaging>
-  <version>5.0.4</version>
+  <version>5.0.5-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.4</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <name>Tapestry Core Library</name>

Modified: tapestry/tapestry5/branches/hlship-20070503/tapestry-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/hlship-20070503/tapestry-ioc/pom.xml?view=diff&rev=535051&r1=535050&r2=535051
==============================================================================
--- tapestry/tapestry5/branches/hlship-20070503/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/branches/hlship-20070503/tapestry-ioc/pom.xml Thu May  3 
17:59:44 2007
@@ -5,12 +5,12 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-ioc</artifactId>
   <packaging>jar</packaging>
-  <version>5.0.4</version>
+  <version>5.0.5-SNAPSHOT</version>
   <!-- This should change to tapestry-project -->
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.4</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <name>Tapestry Inversion of Control Container</name>

Modified: tapestry/tapestry5/branches/hlship-20070503/tapestry-project/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/hlship-20070503/tapestry-project/pom.xml?view=diff&rev=535051&r1=535050&r2=535051
==============================================================================
--- tapestry/tapestry5/branches/hlship-20070503/tapestry-project/pom.xml 
(original)
+++ tapestry/tapestry5/branches/hlship-20070503/tapestry-project/pom.xml Thu 
May  3 17:59:44 2007
@@ -5,7 +5,7 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-project</artifactId>
   <packaging>pom</packaging>
-  <version>5.0.4</version>
+  <version>5.0.5-SNAPSHOT</version>
   <name>Tapestry 5 Project</name>
   <inceptionYear>2006</inceptionYear>
   <url>http://tapestry.apache.org/tapestry5/</url>

Modified: tapestry/tapestry5/branches/hlship-20070503/tapestry-test/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/hlship-20070503/tapestry-test/pom.xml?view=diff&rev=535051&r1=535050&r2=535051
==============================================================================
--- tapestry/tapestry5/branches/hlship-20070503/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/branches/hlship-20070503/tapestry-test/pom.xml Thu May  
3 17:59:44 2007
@@ -5,14 +5,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-test</artifactId>
-  <version>5.0.4</version>
+  <version>5.0.5-SNAPSHOT</version>
   <name>Tapestry Test Utilities</name>
   <inceptionYear>2007</inceptionYear>
   <description>Test utilities needed by Tapestry</description>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.4</version>
+    <version>5.0.5-SNAPSHOT</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
 


Reply via email to