You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/06/23 00:29:29 UTC

svn commit: r1138662 - in /tapestry/tapestry5/branches/maint-5-2: ./ quickstart/ tapestry-annotations/ tapestry-beanvalidator/ tapestry-component-report/ tapestry-core/ tapestry-func/ tapestry-hibernate-core/ tapestry-hibernate/ tapestry-ioc/ tapestry-...

Author: hlship
Date: Wed Jun 22 22:29:28 2011
New Revision: 1138662

URL: http://svn.apache.org/viewvc?rev=1138662&view=rev
Log:
[maven-release-plugin] prepare release 5.2.6

Modified:
    tapestry/tapestry5/branches/maint-5-2/pom.xml
    tapestry/tapestry5/branches/maint-5-2/quickstart/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-annotations/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-beanvalidator/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-component-report/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-core/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-func/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate-core/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-ioc/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-jmx/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-json/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-spring/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-test/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-tutorial1/pom.xml
    tapestry/tapestry5/branches/maint-5-2/tapestry-upload/pom.xml

Modified: tapestry/tapestry5/branches/maint-5-2/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/pom.xml Wed Jun 22 22:29:28 2011
@@ -4,7 +4,7 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-project</artifactId>
   <packaging>pom</packaging>
-  <version>5.2.6-SNAPSHOT</version>
+  <version>5.2.6</version>
   <name>Tapestry 5 Project</name>
   <description>Master project for the modules of Tapestry 5.</description>
   <inceptionYear>2006</inceptionYear>
@@ -30,9 +30,9 @@
     <url>http://www.apache.org</url>
   </organization>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/branches/maint-5-2/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/branches/maint-5-2/</developerConnection>
-    <url>http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.6</developerConnection>
+    <url>http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.2.6</url>
   </scm>
   <developers>
     <developer>

Modified: tapestry/tapestry5/branches/maint-5-2/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/quickstart/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/quickstart/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/quickstart/pom.xml Wed Jun 22 22:29:28 2011
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
     <name>Tapestry 5 Quickstart Archetype</name>
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-annotations/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-annotations/pom.xml Wed Jun 22 22:29:28 2011
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
     <name>Tapestry Annotations</name>
     <description>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-beanvalidator/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-beanvalidator/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-beanvalidator/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-beanvalidator/pom.xml Wed Jun 22 22:29:28 2011
@@ -10,7 +10,7 @@
 	<parent>
 		<groupId>org.apache.tapestry</groupId>
 		<artifactId>tapestry-project</artifactId>
-		<version>5.2.6-SNAPSHOT</version>
+		<version>5.2.6</version>
 	</parent>
 
 	<url />

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-component-report/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-component-report/pom.xml Wed Jun 22 22:29:28 2011
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
 
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-core/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-core/pom.xml Wed Jun 22 22:29:28 2011
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.2.6-SNAPSHOT</version>
+    <version>5.2.6</version>
   </parent>
   <name>Tapestry Core Library</name>
   <description>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-func/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-func/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-func/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-func/pom.xml Wed Jun 22 22:29:28 2011
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.2.6-SNAPSHOT</version>
+    <version>5.2.6</version>
   </parent>
   <name>Tapestry Functional Flows</name>
   <description>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate-core/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate-core/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate-core/pom.xml Wed Jun 22 22:29:28 2011
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-hibernate/pom.xml Wed Jun 22 22:29:28 2011
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-ioc/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-ioc/pom.xml Wed Jun 22 22:29:28 2011
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
     <name>Tapestry Inversion of Control Container</name>
     <description>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-jmx/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-jmx/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-jmx/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-jmx/pom.xml Wed Jun 22 22:29:28 2011
@@ -2,7 +2,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.tapestry</groupId>
 	<artifactId>tapestry-jmx</artifactId>
-	<version>5.2.6-SNAPSHOT</version>
+	<version>5.2.6</version>
     <name>Tapestry JMX Support</name>
     <description>
         Provides support for JMX
@@ -11,7 +11,7 @@
 	<parent>
 		<groupId>org.apache.tapestry</groupId>
 		<artifactId>tapestry-project</artifactId>
-		<version>5.2.6-SNAPSHOT</version>
+		<version>5.2.6</version>
 	</parent>
 
 	<url />

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-json/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-json/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-json/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-json/pom.xml Wed Jun 22 22:29:28 2011
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.2.6-SNAPSHOT</version>
+    <version>5.2.6</version>
   </parent>
   <name>Tapestry JSON Library</name>
   <description>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-spring/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-spring/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-spring/pom.xml Wed Jun 22 22:29:28 2011
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-test/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-test/pom.xml Wed Jun 22 22:29:28 2011
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.2.6-SNAPSHOT</version>
+    <version>5.2.6</version>
   </parent>
 
   <dependencies>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-tutorial1/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-tutorial1/pom.xml Wed Jun 22 22:29:28 2011
@@ -11,15 +11,15 @@
     </organization>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.1/tapestry-tutorial1</connection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.1/tapestry-tutorial1</url>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.1/tutorial1</developerConnection>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.6/tapestry-tutorial1</connection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.6/tapestry-tutorial1</url>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.2.6/tutorial1</developerConnection>
   </scm>
 
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/maint-5-2/tapestry-upload/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/maint-5-2/tapestry-upload/pom.xml?rev=1138662&r1=1138661&r2=1138662&view=diff
==============================================================================
--- tapestry/tapestry5/branches/maint-5-2/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/branches/maint-5-2/tapestry-upload/pom.xml Wed Jun 22 22:29:28 2011
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.2.6-SNAPSHOT</version>
+        <version>5.2.6</version>
     </parent>
     <inceptionYear>2007</inceptionYear>