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 2007/02/23 23:35:55 UTC

svn commit: r511142 - in /tapestry/tapestry5: tapestry-component-report/trunk/pom.xml tapestry-core/trunk/pom.xml tapestry-ioc/trunk/pom.xml tapestry-project/trunk/pom.xml tapestry-simple/trunk/pom.xml

Author: hlship
Date: Fri Feb 23 14:35:54 2007
New Revision: 511142

URL: http://svn.apache.org/viewvc?view=rev&rev=511142
Log:
Roll version numbers from 5.0.2-SNAPSHOT to 5.0.2.

Modified:
    tapestry/tapestry5/tapestry-component-report/trunk/pom.xml
    tapestry/tapestry5/tapestry-core/trunk/pom.xml
    tapestry/tapestry5/tapestry-ioc/trunk/pom.xml
    tapestry/tapestry5/tapestry-project/trunk/pom.xml
    tapestry/tapestry5/tapestry-simple/trunk/pom.xml

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=511142&r1=511141&r2=511142
==============================================================================
--- tapestry/tapestry5/tapestry-component-report/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-component-report/trunk/pom.xml Fri Feb 23 14:35:54 2007
@@ -6,13 +6,13 @@
   <artifactId>tapestry-component-report</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Tapestry Component Parameters Report</name>
-  <version>5.0.2-SNAPSHOT</version>
-  <description>Generates component parameter documentaton for Tapestry components, mixins (and
+  <version>5.0.2</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-SNAPSHOT</version>
+    <version>5.0.2</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?view=diff&rev=511142&r1=511141&r2=511142
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Fri Feb 23 14:35:54 2007
@@ -5,17 +5,17 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-core</artifactId>
     <packaging>jar</packaging>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
         <relativePath>../tapestry-project/pom.xml</relativePath>
     </parent>
     <name>Tapestry Core Library</name>
     <inceptionYear>2006</inceptionYear>
-    <url>http://tapestry.apache.org/tapestry5/tapestry-core/</url>
     <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->
+    <url>http://tapestry.apache.org/tapestry5/${pom.artifactId}/</url>
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}/trunk/</connection>
         <url>http://svn.apache.org/viewvc/tapestry/tapestry5/${pom.artifactId}/trunk/</url>
@@ -115,6 +115,7 @@
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
                         <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+                        <link>http://tapestry.apache.org/tapestry5/tapestry-ioc/apidocs/</link>
                     </links>
                     <stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
                 </configuration>
@@ -132,7 +133,7 @@
             <plugin>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-component-report</artifactId>
-                <version>5.0.2-SNAPSHOT</version>
+                <version>5.0.2</version>
                 <configuration>
                     <rootPackage>org.apache.tapestry.corelib</rootPackage>
                 </configuration>                

Modified: tapestry/tapestry5/tapestry-ioc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-ioc/trunk/pom.xml?view=diff&rev=511142&r1=511141&r2=511142
==============================================================================
--- tapestry/tapestry5/tapestry-ioc/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-ioc/trunk/pom.xml Fri Feb 23 14:35:54 2007
@@ -5,12 +5,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-ioc</artifactId>
     <packaging>jar</packaging>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
         <relativePath>../tapestry-project/pom.xml</relativePath>
     </parent>
     <name>Tapestry Inversion of Control Container</name>

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=511142&r1=511141&r2=511142
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Fri Feb 23 14:35:54 2007
@@ -5,7 +5,7 @@
 	<groupId>org.apache.tapestry</groupId>
 	<artifactId>tapestry-project</artifactId>
 	<packaging>pom</packaging>
-	<version>5.0.2-SNAPSHOT</version>
+	<version>5.0.2</version>
 	<name>Tapestry Project</name>
 	<inceptionYear>2006</inceptionYear>
 	<url>http://tapestry.apache.org/tapestry5/</url>
@@ -141,13 +141,13 @@
 			<dependency>
 				<groupId>org.apache.tapestry</groupId>
 				<artifactId>tapestry-ioc</artifactId>
-				<version>5.0.2-SNAPSHOT</version>
+				<version>5.0.2</version>
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.tapestry</groupId>
 				<artifactId>tapestry-core</artifactId>
-				<version>5.0.1</version>
+				<version>5.0.2</version>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>

Modified: tapestry/tapestry5/tapestry-simple/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-simple/trunk/pom.xml?view=diff&rev=511142&r1=511141&r2=511142
==============================================================================
--- tapestry/tapestry5/tapestry-simple/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-simple/trunk/pom.xml Fri Feb 23 14:35:54 2007
@@ -3,17 +3,17 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-simple</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.2</version>
     <packaging>maven-plugin</packaging>
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>5.0.2</version>
         <relativePath>../tapestry-project/pom.xml</relativePath>
     </parent>
     <name>Tapestry 5 Simple Archetype</name>
     <inceptionYear>2007</inceptionYear>
-    <url>http://tapestry.apache.org/tapestry5/tapestry-simple</url>
+    <url>http://tapestry.apache.org/tapestry5/${pom.artifactId}/</url>
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}/trunk/</connection>
         <url>http://svn.apache.org/viewvc/tapestry/tapestry5/${pom.artifactId}/trunk/</url>