Author: hlship
Date: Wed Mar 14 12:10:20 2007
New Revision: 518267

URL: http://svn.apache.org/viewvc?view=rev&rev=518267
Log:
Update to version 5.0.3

Modified:
    tapestry/tapestry5/quickstart/trunk/pom.xml
    
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
    tapestry/tapestry5/tapestry-component-report/trunk/pom.xml
    
tapestry/tapestry5/tapestry-component-report/trunk/src/main/java/org/apache/tapestry/mojo/ComponentReport.java
    tapestry/tapestry5/tapestry-core/trunk/pom.xml
    tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml
    tapestry/tapestry5/tapestry-ioc/trunk/pom.xml
    tapestry/tapestry5/tapestry-spring/trunk/pom.xml
    tapestry/tapestry5/tapestry-test/trunk/pom.xml

Modified: tapestry/tapestry5/quickstart/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/quickstart/trunk/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- tapestry/tapestry5/quickstart/trunk/pom.xml (original)
+++ tapestry/tapestry5/quickstart/trunk/pom.xml Wed Mar 14 12:10:20 2007
@@ -3,12 +3,12 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>quickstart</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
     <packaging>maven-plugin</packaging>
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../tapestry-project/pom.xml</relativePath>
     </parent>
     <name>Tapestry 5 Quickstart Archetype</name>

Modified: 
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- 
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
 Wed Mar 14 12:10:20 2007
@@ -126,6 +126,6 @@
   
 
     <properties>
-        <tapestry-release-version>5.0.3-SNAPSHOT</tapestry-release-version>
+        <tapestry-release-version>5.0.3</tapestry-release-version>
     </properties>
 </project>

Modified: tapestry/tapestry5/tapestry-component-report/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-component-report/trunk/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- tapestry/tapestry5/tapestry-component-report/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-component-report/trunk/pom.xml Wed Mar 14 
12:10:20 2007
@@ -6,13 +6,13 @@
   <artifactId>tapestry-component-report</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Tapestry Component Parameters Report</name>
-  <version>5.0.2</version>
+  <version>5.0.3</version>
   <description>Generates component parameter documentation for Tapestry 
components, mixins (and
         base classes)</description>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.2</version>
+    <version>5.0.3</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   

Modified: 
tapestry/tapestry5/tapestry-component-report/trunk/src/main/java/org/apache/tapestry/mojo/ComponentReport.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-component-report/trunk/src/main/java/org/apache/tapestry/mojo/ComponentReport.java?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- 
tapestry/tapestry5/tapestry-component-report/trunk/src/main/java/org/apache/tapestry/mojo/ComponentReport.java
 (original)
+++ 
tapestry/tapestry5/tapestry-component-report/trunk/src/main/java/org/apache/tapestry/mojo/ComponentReport.java
 Wed Mar 14 12:10:20 2007
@@ -143,7 +143,7 @@
 
         for (String className : InternalUtils.sortedKeys(descriptions))
         {
-            String simpleName = IOCUtilities.toSimpleId(className);
+            String simpleName = InternalUtils.lastTerm(className);
 
             sink.listItem();
 

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Wed Mar 14 12:10:20 2007
@@ -5,11 +5,11 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-core</artifactId>
   <packaging>jar</packaging>
-  <version>5.0.3-SNAPSHOT</version>
+  <version>5.0.3</version>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <name>Tapestry Core Library</name>

Modified: tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml Wed Mar 14 12:10:20 2007
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-hibernate</artifactId>
-  <version>5.0.3-SNAPSHOT</version>
+  <version>5.0.3</version>
   <name>Tapestry/Hibernate Integration Library</name>
   <description>Provides support for simple CRUD applications built ontop of 
Tapestry and Hibernate</description>
   <packaging>jar</packaging>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/tapestry-ioc/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-ioc/trunk/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- tapestry/tapestry5/tapestry-ioc/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-ioc/trunk/pom.xml Wed Mar 14 12:10:20 2007
@@ -5,12 +5,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-ioc</artifactId>
     <packaging>jar</packaging>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../tapestry-project/pom.xml</relativePath>
     </parent>
     <name>Tapestry Inversion of Control Container</name>

Modified: tapestry/tapestry5/tapestry-spring/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring/trunk/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- tapestry/tapestry5/tapestry-spring/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-spring/trunk/pom.xml Wed Mar 14 12:10:20 2007
@@ -7,12 +7,12 @@
   <artifactId>tapestry-spring</artifactId>
   <name>Tapestry-Spring Integration Library</name>
   <packaging>jar</packaging>
-  <version>5.0.3-SNAPSHOT</version>
+  <version>5.0.3</version>
   <description>Provides integration of Tapestry with the Spring IoC 
container.</description>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/tapestry-test/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-test/trunk/pom.xml?view=diff&rev=518267&r1=518266&r2=518267
==============================================================================
--- tapestry/tapestry5/tapestry-test/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-test/trunk/pom.xml Wed Mar 14 12:10:20 2007
@@ -5,14 +5,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-test</artifactId>
-  <version>5.0.3-SNAPSHOT</version>
+  <version>5.0.3</version>
   <name>Tapestry Test Utilities</name>
   <inceptionYear>2007</inceptionYear>
   <description>Test utilities needed by Tapestry</description>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->


Reply via email to