You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/03/19 00:14:57 UTC

svn commit: r519727 - in /tapestry/tapestry5: quickstart/trunk/ tapestry-component-report/trunk/ tapestry-core/trunk/ tapestry-hibernate/trunk/ tapestry-ioc/trunk/ tapestry-project/trunk/ tapestry-spring/trunk/ tapestry-test/trunk/

Author: hlship
Date: Sun Mar 18 16:14:55 2007
New Revision: 519727

URL: http://svn.apache.org/viewvc?view=rev&rev=519727
Log:
Roll version number forward to 5.0.4-SNAPSHOT

Modified:
    tapestry/tapestry5/quickstart/trunk/pom.xml
    tapestry/tapestry5/tapestry-component-report/trunk/pom.xml
    tapestry/tapestry5/tapestry-core/trunk/pom.xml
    tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml
    tapestry/tapestry5/tapestry-ioc/trunk/pom.xml
    tapestry/tapestry5/tapestry-project/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=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/quickstart/trunk/pom.xml (original)
+++ tapestry/tapestry5/quickstart/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -1,22 +1,24 @@
-<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>
+<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>
+  <version>5.0.4-SNAPSHOT</version>
+  <packaging>maven-plugin</packaging>
+  <parent>
     <groupId>org.apache.tapestry</groupId>
-    <artifactId>quickstart</artifactId>
-    <version>5.0.3</version>
-    <packaging>maven-plugin</packaging>
-    <parent>
-        <groupId>org.apache.tapestry</groupId>
-        <artifactId>tapestry-project</artifactId>
-        <version>5.0.3</version>
-        <relativePath>../tapestry-project/pom.xml</relativePath>
-    </parent>
-    <name>Tapestry 5 Quickstart Archetype</name>
-    <inceptionYear>2007</inceptionYear>
-    <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>
-    </scm>
-    <description>Archetype for creating a basic Tapestry 5 application, including Eclipse control files.</description>
-</project>
\ No newline at end of file
+    <artifactId>tapestry-project</artifactId>
+    <version>5.0.4-SNAPSHOT</version>
+    <relativePath>../tapestry-project/pom.xml</relativePath>
+  </parent>
+  <name>Tapestry 5 Quickstart Archetype</name>
+  <inceptionYear>2007</inceptionYear>
+  <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>
+  </scm>
+  <description>Archetype for creating a basic Tapestry 5 application, including Eclipse control
+    files.</description>
+</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=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/tapestry-component-report/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-component-report/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -6,24 +6,24 @@
   <artifactId>tapestry-component-report</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Tapestry Component Parameters Report</name>
-  <version>5.0.3</version>
-  <description>Generates component parameter documentation for Tapestry components, mixins (and
-        base classes)</description>
+  <version>5.0.4-SNAPSHOT</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.3</version>
+    <version>5.0.4-SNAPSHOT</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
-  
-   <inceptionYear>2007</inceptionYear>
+
+  <inceptionYear>2007</inceptionYear>
   <!-- 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>
   </scm>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -37,9 +37,9 @@
     </plugins>
   </build>
   <dependencies>
-    
+
     <!-- Copied from the maven javadoc plugin, for what's its worth. -->
-    
+
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
@@ -71,14 +71,14 @@
       <artifactId>plexus-utils</artifactId>
       <version>1.2</version>
     </dependency>
-    
+
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-descriptor</artifactId>
       <version>2.0</version>
     </dependency>
-    
-    
+
+
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
@@ -100,12 +100,12 @@
       <artifactId>commons-lang</artifactId>
       <version>2.1</version>
     </dependency>
-    
+
     <dependency>
       <groupId>org.apache.tapestry</groupId>
       <artifactId>tapestry-ioc</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>xom</groupId>
       <artifactId>xom</artifactId>
@@ -119,7 +119,7 @@
       </plugin>
     </plugins>
   </reporting>
-  
+
   <profiles>
     <profile>
       <id>default-tools.jar</id>
@@ -140,4 +140,4 @@
       </dependencies>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?view=diff&rev=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -5,11 +5,11 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-core</artifactId>
   <packaging>jar</packaging>
-  <version>5.0.3</version>
+  <version>5.0.4-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.3</version>
+    <version>5.0.4-SNAPSHOT</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=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-hibernate/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -4,14 +4,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-hibernate</artifactId>
-  <version>5.0.3</version>
+  <version>5.0.4-SNAPSHOT</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</version>
+    <version>5.0.4-SNAPSHOT</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=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/tapestry-ioc/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-ioc/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -1,98 +1,98 @@
 <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>
+  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>
+  <packaging>jar</packaging>
+  <version>5.0.4-SNAPSHOT</version>
+  <!-- This should change to tapestry-project -->
+  <parent>
     <groupId>org.apache.tapestry</groupId>
-    <artifactId>tapestry-ioc</artifactId>
-    <packaging>jar</packaging>
-    <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</version>
-        <relativePath>../tapestry-project/pom.xml</relativePath>
-    </parent>
-    <name>Tapestry Inversion of Control Container</name>
-    <inceptionYear>2006</inceptionYear>
-    <url>http://tapestry.apache.org/tapestry5/tapestry-ioc/</url>
-    <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->
-    <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>
-    </scm>
-    <dependencies>
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>javassist</artifactId>
-            <!-- Override parent pom -->
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </dependency>
-        <!-- Override parent pom: needed at compile time. -->
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <!-- Override parent pom: needed at compile time. -->
-        <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <!-- Looks like if you override scope, you have to provide version (and classifier) as well.
+    <artifactId>tapestry-project</artifactId>
+    <version>5.0.4-SNAPSHOT</version>
+    <relativePath>../tapestry-project/pom.xml</relativePath>
+  </parent>
+  <name>Tapestry Inversion of Control Container</name>
+  <inceptionYear>2006</inceptionYear>
+  <url>http://tapestry.apache.org/tapestry5/tapestry-ioc/</url>
+  <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->
+  <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>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>javassist</artifactId>
+      <!-- Override parent pom -->
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <!-- Override parent pom: needed at compile time. -->
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <!-- Override parent pom: needed at compile time. -->
+    <dependency>
+      <groupId>org.testng</groupId>
+      <artifactId>testng</artifactId>
+      <!-- Looks like if you override scope, you have to provide version (and classifier) as well.
                 Or perhaps this has something to do with classifier. -->
-            <version>5.1</version>
-            <classifier>jdk15</classifier>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-        </dependency>
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-            </plugin>
-            <!-- This gets the plugin to clean up the cobertura.ser file left
+      <version>5.1</version>
+      <classifier>jdk15</classifier>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+      </plugin>
+      <!-- This gets the plugin to clean up the cobertura.ser file left
                 in the root directory. -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <version>${cobertura-plugin-version}</version>
-                <executions>
-                    <execution>
-                        <id>clean</id>
-                        <goals>
-                            <goal>clean</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <!-- Had a classloader problem with version 2.0.3 -->
-                <!--        <version>2.0</version> -->
-                <configuration>
-                    <!--
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>${cobertura-plugin-version}</version>
+        <executions>
+          <execution>
+            <id>clean</id>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <!-- Had a classloader problem with version 2.0.3 -->
+        <!--        <version>2.0</version> -->
+        <configuration>
+          <!--
                     <tags>
                         <tag>
                             <name>todo</name>
@@ -101,25 +101,25 @@
                             <head>To do something:</head>
                         </tag>
                     </tags> -->
-                    <linksource>true</linksource>
-                    <links>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
-                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-                    </links>
-                    <stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <!-- Version 2.1-SNAPSHOT is broken. -->
-                <version>${cobertura-plugin-version}</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </reporting>
+          <linksource>true</linksource>
+          <links>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+            <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+            <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+          </links>
+          <stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <!-- Version 2.1-SNAPSHOT is broken. -->
+        <version>${cobertura-plugin-version}</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -5,7 +5,7 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-project</artifactId>
   <packaging>pom</packaging>
-  <version>5.0.3</version>
+  <version>5.0.4-SNAPSHOT</version>
   <name>Tapestry 5 Project</name>
   <inceptionYear>2006</inceptionYear>
   <url>http://tapestry.apache.org/tapestry5/</url>

Modified: tapestry/tapestry5/tapestry-spring/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring/trunk/pom.xml?view=diff&rev=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/tapestry-spring/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-spring/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -7,12 +7,12 @@
   <artifactId>tapestry-spring</artifactId>
   <name>Tapestry-Spring Integration Library</name>
   <packaging>jar</packaging>
-  <version>5.0.3</version>
+  <version>5.0.4-SNAPSHOT</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</version>
+    <version>5.0.4-SNAPSHOT</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=519727&r1=519726&r2=519727
==============================================================================
--- tapestry/tapestry5/tapestry-test/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-test/trunk/pom.xml Sun Mar 18 16:14:55 2007
@@ -5,14 +5,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-test</artifactId>
-  <version>5.0.3</version>
+  <version>5.0.4-SNAPSHOT</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</version>
+    <version>5.0.4-SNAPSHOT</version>
     <relativePath>../tapestry-project/pom.xml</relativePath>
   </parent>
   <!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->