You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2009/12/30 06:31:29 UTC

svn commit: r894548 - in /tapestry/tapestry5/branches/5.1.0.x-dev: ./ quickstart/ tapestry-annotations/ tapestry-component-report/ tapestry-core/ tapestry-hibernate-core/ tapestry-hibernate/ tapestry-ioc/ tapestry-spring/ tapestry-test/ tapestry-tutori...

Author: andyhot
Date: Wed Dec 30 05:31:27 2009
New Revision: 894548

URL: http://svn.apache.org/viewvc?rev=894548&view=rev
Log:
5.1.0.6 didn't pass - revert poms to be able to work with pending issue

Modified:
    tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-annotations/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-component-report/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate-core/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-ioc/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-spring/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-tutorial1/pom.xml
    tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-upload/pom.xml

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml Wed Dec 30 05:31:27 2009
@@ -3,7 +3,7 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>5.1.0.7-SNAPSHOT</version>
+    <version>5.1.0.6-SNAPSHOT</version>
     <name>Tapestry 5 Project</name>
     <description>Master project for the modules of Tapestry 5.</description>
     <inceptionYear>2006</inceptionYear>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/quickstart/pom.xml Wed Dec 30 05:31:27 2009
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
     <name>Tapestry 5 Quickstart Archetype</name>
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-annotations/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-annotations/pom.xml Wed Dec 30 05:31:27 2009
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
     <name>Tapestry Annotations</name>
     <description>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-component-report/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-component-report/pom.xml Wed Dec 30 05:31:27 2009
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
 
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-core/pom.xml Wed Dec 30 05:31:27 2009
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
     <name>Tapestry Core Library</name>
     <description>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate-core/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate-core/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate-core/pom.xml Wed Dec 30 05:31:27 2009
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-hibernate/pom.xml Wed Dec 30 05:31:27 2009
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-ioc/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-ioc/pom.xml Wed Dec 30 05:31:27 2009
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
     <name>Tapestry Inversion of Control Container</name>
     <description>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-spring/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-spring/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-spring/pom.xml Wed Dec 30 05:31:27 2009
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-test/pom.xml Wed Dec 30 05:31:27 2009
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-tutorial1/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-tutorial1/pom.xml Wed Dec 30 05:31:27 2009
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-upload/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-upload/pom.xml?rev=894548&r1=894547&r2=894548&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/tapestry-upload/pom.xml Wed Dec 30 05:31:27 2009
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.7-SNAPSHOT</version>
+        <version>5.1.0.6-SNAPSHOT</version>
     </parent>
     <inceptionYear>2007</inceptionYear>