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:03:13 UTC

svn commit: r893272 - 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:03:13 2009
New Revision: 893272

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

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=893272&r1=893271&r2=893272&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/pom.xml Tue Dec 22 19:03:13 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.0.19-SNAPSHOT</version>
+    <version>5.0.19</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/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>
+        <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>
     </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=893272&r1=893271&r2=893272&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/quickstart/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/quickstart/pom.xml Tue Dec 22 19:03:13 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>
@@ -7,7 +6,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.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>
+  </scm>
 
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.19-SNAPSHOT</version>
+        <version>5.0.19</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=893272&r1=893271&r2=893272&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:03:13 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.0.19-SNAPSHOT</version>
+        <version>5.0.19</version>
     </parent>
     <inceptionYear>2007</inceptionYear>