You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ms...@apache.org on 2008/09/09 20:42:59 UTC

svn commit: r693556 - in /tapestry/tapestry4/trunk: ./ tapestry-annotations/ tapestry-archetype/ tapestry-archetype/src/main/resources/archetype-resources/ tapestry-contrib/ tapestry-examples/ tapestry-examples/TimeTracker/ tapestry-examples/Workbench/...

Author: mschulte
Date: Tue Sep  9 11:42:58 2008
New Revision: 693556

URL: http://svn.apache.org/viewvc?rev=693556&view=rev
Log:
pom-updates for final 4.1.6 release

Modified:
    tapestry/tapestry4/trunk/pom.xml
    tapestry/tapestry4/trunk/tapestry-annotations/pom.xml
    tapestry/tapestry4/trunk/tapestry-archetype/pom.xml
    tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/pom.xml
    tapestry/tapestry4/trunk/tapestry-contrib/pom.xml
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml
    tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/java/org/apache/tapestry/workbench/ajax/AsyncForm.java
    tapestry/tapestry4/trunk/tapestry-examples/pom.xml
    tapestry/tapestry4/trunk/tapestry-framework/pom.xml
    tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.js.xml
    tapestry/tapestry4/trunk/tapestry-portlet/pom.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Tue Sep  9 11:42:58 2008
@@ -4,7 +4,7 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
     <description>Java Web Application Framework</description>
     <name>Tapestry</name>
     <inceptionYear>2006</inceptionYear>
@@ -93,6 +93,16 @@
             </roles>
             <timezone>2</timezone>
         </developer>
+         <developer>
+            <id>scm</id>
+            <name>Marcus Schulte</name>
+            <email>mschulte@apache.org</email>
+            <url>http://marcus-schulte.ch</url>
+            <roles>
+                <role>Developer</role>
+            </roles>
+            <timezone>1</timezone>
+        </developer>
     </developers>
 
     <modules>
@@ -182,7 +192,7 @@
             <dependency>
                 <groupId>ognl</groupId>
                 <artifactId>ognl</artifactId>
-                <version>2.7.3-SNAPSHOT</version>
+                <version>2.7.3</version>
             </dependency>
             <dependency>
                 <groupId>javax.servlet</groupId>
@@ -308,6 +318,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
+		    <version>2.2-beta-1</version>
                     <inherited>true</inherited>
                     <configuration>
                         <descriptors>

Modified: tapestry/tapestry4/trunk/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-annotations/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-annotations/pom.xml Tue Sep  9 11:42:58 2008
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-annotations</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
     <name>Annotations</name>
     <inceptionYear>2006</inceptionYear>
@@ -18,7 +18,7 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.6-SNAPSHOT</version>
+            <version>4.1.6</version>
         </dependency>
         <dependency>
             <groupId>hivemind</groupId>

Modified: tapestry/tapestry4/trunk/tapestry-archetype/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-archetype/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-archetype/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-archetype/pom.xml Tue Sep  9 11:42:58 2008
@@ -6,12 +6,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-archetype</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
 
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
 
     <name>Simple Tapestry Archetype</name>

Modified: tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/pom.xml Tue Sep  9 11:42:58 2008
@@ -76,17 +76,17 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-annotations</artifactId>
-            <version>4.1.6-SNAPSHOT</version>
+            <version>4.1.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.6-SNAPSHOT</version>
+            <version>4.1.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-contrib</artifactId>
-            <version>4.1.6-SNAPSHOT</version>
+            <version>4.1.6</version>
         </dependency>
 
         <!-- A dependency on either JUnit or TestNG is required, or the surefire plugin (which runs the tests)

Modified: tapestry/tapestry4/trunk/tapestry-contrib/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-contrib/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-contrib/pom.xml Tue Sep  9 11:42:58 2008
@@ -5,12 +5,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-contrib</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
     
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
     <name>Contrib</name>
     <inceptionYear>2006</inceptionYear>
@@ -19,7 +19,7 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.6-SNAPSHOT</version>
+            <version>4.1.6</version>
         </dependency>
         <dependency>
             <groupId>jboss</groupId>

Modified: tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml Tue Sep  9 11:42:58 2008
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-TimeTracker</artifactId>
     <packaging>war</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-examples</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
     <name>Tapestry Time Tracker</name>
     <inceptionYear>2006</inceptionYear>

Modified: tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/Workbench/pom.xml Tue Sep  9 11:42:58 2008
@@ -4,13 +4,13 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-Workbench</artifactId>
     <packaging>war</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
 
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-examples</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
 
     <name>Tapestry Workbench</name>
@@ -85,7 +85,7 @@
                     <systemProperties>
                         <systemProperty>
                             <name>org.apache.tapestry.disable-caching</name>
-                            <value>true</value>
+                            <value>false</value>
                         </systemProperty>
                     </systemProperties>
                 </configuration>

Modified: tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/java/org/apache/tapestry/workbench/ajax/AsyncForm.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/java/org/apache/tapestry/workbench/ajax/AsyncForm.java?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/java/org/apache/tapestry/workbench/ajax/AsyncForm.java (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/Workbench/src/java/org/apache/tapestry/workbench/ajax/AsyncForm.java Tue Sep  9 11:42:58 2008
@@ -26,7 +26,7 @@
 {
     public abstract String getChoice();
 
-    @EventListener( targets = "choose", events = "onChange" )
+    @EventListener( targets = "choose", events = "onChange")
     public void onRadioButtonPressed( BrowserEvent b )
     {
         String msg = "You've chosen option " + b.getMethodArguments().get(0) +" -> " + getChoice();

Modified: tapestry/tapestry4/trunk/tapestry-examples/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/pom.xml Tue Sep  9 11:42:58 2008
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-examples</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
     <name>Examples</name>
     <description>Tapestry example applications</description>
@@ -25,17 +25,17 @@
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-framework</artifactId>
-                <version>4.1.6-SNAPSHOT</version>
+                <version>4.1.6</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-annotations</artifactId>
-                <version>4.1.6-SNAPSHOT</version>
+                <version>4.1.6</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-contrib</artifactId>
-                <version>4.1.6-SNAPSHOT</version>
+                <version>4.1.6</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Modified: tapestry/tapestry4/trunk/tapestry-framework/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Tue Sep  9 11:42:58 2008
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-framework</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
     <name>Tapestry Core Library - ${version}</name>
     <inceptionYear>2006</inceptionYear>
@@ -150,11 +150,11 @@
                 </excludes>
             </resource>
             <resource>
-                <directory>src/js/dojo-0.4.3-custom-4.1.5/</directory>
+                <directory>src/js/dojo-0.4.3-custom-4.1.6/</directory>
                 <includes>
                     <include>**/*</include>
                 </includes>
-                <targetPath>dojo-0.4.3-custom-4.1.5</targetPath>
+                <targetPath>dojo-0.4.3-custom-4.1.6</targetPath>
             </resource>
             <resource>
                 <directory>src/js/scriptaculous-1.7.1/</directory>
@@ -164,11 +164,11 @@
                 <targetPath>scriptaculous-1.7.1</targetPath>
             </resource>
             <resource>
-                <directory>src/js/tapestry-4.1.5</directory>
+                <directory>src/js/tapestry-4.1.6</directory>
                 <includes>
                     <include>**/*</include>
                 </includes>
-                <targetPath>tapestry-4.1.5</targetPath>
+                <targetPath>tapestry-4.1.6</targetPath>
             </resource>
         </resources>
 

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.js.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.js.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.js.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/descriptor/META-INF/tapestry.js.xml Tue Sep  9 11:42:58 2008
@@ -25,15 +25,15 @@
         <invoke-factory>
             <construct class="JavascriptManagerImpl">
                 <set-service property="assetSource" service-id="tapestry.asset.AssetSource"/>
-                <set property="files" value="classpath:/dojo-0.4.3-custom-4.1.5/dojo.js"/>
-                <set property="formFiles" value="classpath:/dojo-0.4.3-custom-4.1.5/dojo2.js"/>
-                <set property="widgetFiles" value="classpath:/dojo-0.4.3-custom-4.1.5/dojo3.js"/>
-                <set property="folder" value="classpath:/dojo-0.4.3-custom-4.1.5/"/>
-                <set property="tapestryFile" value="classpath:/tapestry-4.1.5/core.js"/>
-                <set property="tapestryFolder" value="classpath:/tapestry-4.1.5/"/>
+                <set property="files" value="classpath:/dojo-0.4.3-custom-4.1.6/dojo.js"/>
+                <set property="formFiles" value="classpath:/dojo-0.4.3-custom-4.1.6/dojo2.js"/>
+                <set property="widgetFiles" value="classpath:/dojo-0.4.3-custom-4.1.6/dojo3.js"/>
+                <set property="folder" value="classpath:/dojo-0.4.3-custom-4.1.6/"/>
+                <set property="tapestryFile" value="classpath:/tapestry-4.1.6/core.js"/>
+                <set property="tapestryFolder" value="classpath:/tapestry-4.1.6/"/>
             </construct>
         </invoke-factory>
 
     </service-point>
     
-</module>
\ No newline at end of file
+</module>

Modified: tapestry/tapestry4/trunk/tapestry-portlet/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-portlet/pom.xml?rev=693556&r1=693555&r2=693556&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-portlet/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-portlet/pom.xml Tue Sep  9 11:42:58 2008
@@ -3,21 +3,21 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.6-SNAPSHOT</version>
+        <version>4.1.6</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-portlet</artifactId>
     <name>Portlet</name>
-    <version>4.1.6-SNAPSHOT</version>
+    <version>4.1.6</version>
     <inceptionYear>2006</inceptionYear>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.6-SNAPSHOT</version>
+            <version>4.1.6</version>
         </dependency>
         <dependency>
             <groupId>hivemind</groupId>