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/22 20:09:24 UTC

svn commit: r893276 - in /tapestry/tapestry5/branches/5.0: ./ quickstart/ tapestry-annotations/ tapestry-component-report/ tapestry-core/ tapestry-hibernate/ tapestry-ioc/ tapestry-spring/ tapestry-test/ tapestry-tutorial1/ tapestry-upload/

Author: andyhot
Date: Tue Dec 22 19:09:24 2009
New Revision: 893276

URL: http://svn.apache.org/viewvc?rev=893276&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: tapestry/tapestry5/branches/5.0/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/pom.xml Tue Dec 22 19:09:24 2009
@@ -3,7 +3,7 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>5.0.19</version>
+    <version>5.0.20-SNAPSHOT</version>
     <name>Tapestry 5 Project</name>
     <description>Master project for the modules of Tapestry 5.</description>
     <inceptionYear>2006</inceptionYear>
@@ -31,9 +31,9 @@
         <url>http://www.apache.org</url>
     </organization>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.0.19</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.0.19</developerConnection>
-        <url>http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.0.19</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/</developerConnection>
+        <url>http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/</url>
     </scm>
     <developers>
         <developer>

Modified: tapestry/tapestry5/branches/5.0/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/quickstart/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/quickstart/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/quickstart/pom.xml Tue Dec 22 19:09:24 2009
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
     <name>Tapestry 5 Quickstart Archetype</name>
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-annotations/pom.xml Tue Dec 22 19:09:24 2009
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
     <name>Tapestry Annotations</name>
     <description>

Modified: tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml Tue Dec 22 19:09:24 2009
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
 
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/5.0/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-core/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-core/pom.xml Tue Dec 22 19:09:24 2009
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
     <name>Tapestry Core Library</name>
     <description>

Modified: tapestry/tapestry5/branches/5.0/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-hibernate/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-hibernate/pom.xml Tue Dec 22 19:09:24 2009
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-ioc/pom.xml Tue Dec 22 19:09:24 2009
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
     <name>Tapestry Inversion of Control Container</name>
     <description>

Modified: tapestry/tapestry5/branches/5.0/tapestry-spring/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-spring/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-spring/pom.xml Tue Dec 22 19:09:24 2009
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.0/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-test/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-test/pom.xml Tue Dec 22 19:09:24 2009
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-tutorial1/pom.xml Tue Dec 22 19:09:24 2009
@@ -11,15 +11,15 @@
     </organization>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.0.19/tapestry-tutorial1</connection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.0.19/tapestry-tutorial1</url>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.0.19/tutorial1</developerConnection>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-tutorial1/</connection>
+        <url>http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/</url>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tutorial1</developerConnection>
   </scm>
 
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.0/tapestry-upload/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-upload/pom.xml?rev=893276&r1=893275&r2=893276&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-upload/pom.xml Tue Dec 22 19:09:24 2009
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19</version>
+        <version>5.0.20-SNAPSHOT</version>
     </parent>
     <inceptionYear>2007</inceptionYear>