You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2007/09/12 15:53:29 UTC

svn commit: r574958 - in /tapestry/tapestry4/tags/4.1.3: ./ src/site/xdoc/components/dojo/ tapestry-annotations/ tapestry-contrib/ tapestry-examples/ tapestry-examples/TimeTracker/ tapestry-examples/Workbench/ tapestry-framework/ tapestry-framework/src...

Author: jkuhnert
Date: Wed Sep 12 06:53:28 2007
New Revision: 574958

URL: http://svn.apache.org/viewvc?rev=574958&view=rev
Log:
4.1.3 Release of Tapestry.

Added:
    tapestry/tapestry4/tags/4.1.3/
      - copied from r574344, tapestry/tapestry4/trunk/
    tapestry/tapestry4/tags/4.1.3/src/site/xdoc/components/dojo/dialog.xml
      - copied unchanged from r574949, tapestry/tapestry4/trunk/src/site/xdoc/components/dojo/dialog.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-framework/src/java/org/apache/tapestry/dojo/html/Dialog.java
      - copied unchanged from r574949, tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/html/Dialog.java
    tapestry/tapestry4/tags/4.1.3/tapestry-framework/src/java/org/apache/tapestry/dojo/html/Dialog.jwc
      - copied unchanged from r574949, tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/html/Dialog.jwc
    tapestry/tapestry4/tags/4.1.3/tapestry-framework/src/js/tapestry/widget/TimePicker.js
      - copied unchanged from r574399, tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/widget/TimePicker.js
    tapestry/tapestry4/tags/4.1.3/tapestry-framework/src/js/tests/widget/test_TimePicker.html
      - copied unchanged from r574399, tapestry/tapestry4/trunk/tapestry-framework/src/js/tests/widget/test_TimePicker.html
Modified:
    tapestry/tapestry4/tags/4.1.3/pom.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-annotations/pom.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-contrib/pom.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-examples/TimeTracker/pom.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-examples/Workbench/pom.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-examples/pom.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-framework/pom.xml
    tapestry/tapestry4/tags/4.1.3/tapestry-portlet/pom.xml

Modified: tapestry/tapestry4/tags/4.1.3/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/pom.xml Wed Sep 12 06:53:28 2007
@@ -4,7 +4,7 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <description>Java Web Application Framework</description>
     <name>Tapestry</name>
     <inceptionYear>2006</inceptionYear>
@@ -170,7 +170,7 @@
             <dependency>
                 <groupId>ognl</groupId>
                 <artifactId>ognl</artifactId>
-                <version>2.7.1-SNAPSHOT</version>
+                <version>2.7.1</version>
             </dependency>
             <dependency>
                 <groupId>javax.servlet</groupId>

Modified: tapestry/tapestry4/tags/4.1.3/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/tapestry-annotations/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/tapestry-annotations/pom.xml Wed Sep 12 06:53:28 2007
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-annotations</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</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.3-SNAPSHOT</version>
+            <version>4.1.3</version>
         </dependency>
         <dependency>
             <groupId>hivemind</groupId>

Modified: tapestry/tapestry4/tags/4.1.3/tapestry-contrib/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/tapestry-contrib/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/tapestry-contrib/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/tapestry-contrib/pom.xml Wed Sep 12 06:53:28 2007
@@ -5,12 +5,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-contrib</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</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.3-SNAPSHOT</version>
+            <version>4.1.3</version>
         </dependency>
         <dependency>
             <groupId>jboss</groupId>

Modified: tapestry/tapestry4/tags/4.1.3/tapestry-examples/TimeTracker/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/tapestry-examples/TimeTracker/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/tapestry-examples/TimeTracker/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/tapestry-examples/TimeTracker/pom.xml Wed Sep 12 06:53:28 2007
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-TimeTracker</artifactId>
     <packaging>war</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-examples</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
     </parent>
     <name>Tapestry Time Tracker</name>
     <inceptionYear>2006</inceptionYear>
@@ -18,17 +18,17 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.3-SNAPSHOT</version>
+            <version>4.1.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-annotations</artifactId>
-            <version>4.1.3-SNAPSHOT</version>
+            <version>4.1.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-contrib</artifactId>
-            <version>4.1.3-SNAPSHOT</version>
+            <version>4.1.3</version>
         </dependency>
         <dependency>
             <groupId>hivemind</groupId>

Modified: tapestry/tapestry4/tags/4.1.3/tapestry-examples/Workbench/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/tapestry-examples/Workbench/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/tapestry-examples/Workbench/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/tapestry-examples/Workbench/pom.xml Wed Sep 12 06:53:28 2007
@@ -4,13 +4,13 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-Workbench</artifactId>
     <packaging>war</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
 
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-examples</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
     </parent>
 
     <name>Tapestry Workbench</name>

Modified: tapestry/tapestry4/tags/4.1.3/tapestry-examples/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/tapestry-examples/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/tapestry-examples/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/tapestry-examples/pom.xml Wed Sep 12 06:53:28 2007
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-examples</artifactId>
     <packaging>pom</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
     </parent>
     <name>Examples</name>
     <inceptionYear>2006</inceptionYear>
@@ -24,17 +24,17 @@
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-framework</artifactId>
-                <version>4.1.3-SNAPSHOT</version>
+                <version>4.1.3</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-annotations</artifactId>
-                <version>4.1.3-SNAPSHOT</version>
+                <version>4.1.3</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-contrib</artifactId>
-                <version>4.1.3-SNAPSHOT</version>
+                <version>4.1.3</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Modified: tapestry/tapestry4/tags/4.1.3/tapestry-framework/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/tapestry-framework/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/tapestry-framework/pom.xml Wed Sep 12 06:53:28 2007
@@ -4,12 +4,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-framework</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
     </parent>
     <name>Tapestry Core Library - ${version}</name>
     <inceptionYear>2006</inceptionYear>

Modified: tapestry/tapestry4/tags/4.1.3/tapestry-portlet/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/tags/4.1.3/tapestry-portlet/pom.xml?rev=574958&r1=574344&r2=574958&view=diff
==============================================================================
--- tapestry/tapestry4/tags/4.1.3/tapestry-portlet/pom.xml (original)
+++ tapestry/tapestry4/tags/4.1.3/tapestry-portlet/pom.xml Wed Sep 12 06:53:28 2007
@@ -3,21 +3,21 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-portlet</artifactId>
     <name>Portlet</name>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <inceptionYear>2006</inceptionYear>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.3-SNAPSHOT</version>
+            <version>4.1.3</version>
         </dependency>
         <dependency>
             <groupId>hivemind</groupId>