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/24 13:23:27 UTC

svn commit: r893737 - 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: Thu Dec 24 12:23:25 2009
New Revision: 893737

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

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=893737&r1=893736&r2=893737&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml Thu Dec 24 12:23:25 2009
@@ -1,10 +1,9 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>5.1.0.6-SNAPSHOT</version>
+    <version>5.1.0.6</version>
     <name>Tapestry 5 Project</name>
     <description>Master project for the modules of Tapestry 5.</description>
     <inceptionYear>2006</inceptionYear>
@@ -32,9 +31,9 @@
         <url>http://www.apache.org</url>
     </organization>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/branches/5.1.0.x-dev/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/branches/5.1.0.x-dev/</developerConnection>
-        <url>http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.6</developerConnection>
+        <url>http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.1.0.6</url>
     </scm>
     <developers>
         <developer>

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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>quickstart</artifactId>
@@ -20,7 +19,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</version>
     </parent>
     <name>Tapestry 5 Quickstart Archetype</name>
     <inceptionYear>2007</inceptionYear>
@@ -65,9 +64,9 @@
                                     <tasks>
                                         <echo>Copying Archetype Catalog to repository</echo>
                                         <copy overwrite="true" todir="/var/www/maven-snapshot-repository">
-                                            <fileset dir="src/main/resources" includes="*catalog.xml"></fileset>
+                                            <fileset dir="src/main/resources" includes="*catalog.xml" />
                                             <filterset>
-                                                <filter token="project.version" value="${project.version}"></filter>
+                                                <filter token="project.version" value="${project.version}" />
                                             </filterset>
                                         </copy>
                                     </tasks>

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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <!-- We've been lucky on T4/T5 name mismatches elsewhere, but T4 has a tapestry-annotation artifact. -->
@@ -9,7 +8,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-component-report</artifactId>
@@ -12,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-core</artifactId>
@@ -7,7 +6,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-hibernate-core</artifactId>
@@ -11,7 +10,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-hibernate</artifactId>
@@ -12,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-ioc</artifactId>
@@ -8,7 +7,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-spring</artifactId>
@@ -12,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-test</artifactId>
@@ -10,7 +9,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,5 +1,4 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tutorial1</artifactId>
@@ -12,14 +11,15 @@
     </organization>
 
     <scm>
-        <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>
-    </scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.6</connection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.6/tutorial1</url>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.1.0.6/tutorial1</developerConnection>
+  </scm>
 
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</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=893737&r1=893736&r2=893737&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 Thu Dec 24 12:23:25 2009
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-upload</artifactId>
@@ -13,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.6-SNAPSHOT</version>
+        <version>5.1.0.6</version>
     </parent>
     <inceptionYear>2007</inceptionYear>