You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/10 07:50:36 UTC

svn commit: r405645 - in /struts/action/trunk: ./ apps/ apps/blank/ apps/cookbook/ apps/examples/ apps/faces-example1/ apps/faces-example2/ apps/mailreader/ apps/scripting-mailreader/ apps/strutsel-exercise-taglib/ assembly/ core/ el/ extras/ faces/ in...

Author: wsmoak
Date: Tue May  9 22:50:34 2006
New Revision: 405645

URL: http://svn.apache.org/viewcvs?rev=405645&view=rev
Log:
Change to version 1.3.4.

Modified:
    struts/action/trunk/apps/blank/pom.xml
    struts/action/trunk/apps/cookbook/pom.xml
    struts/action/trunk/apps/examples/pom.xml
    struts/action/trunk/apps/faces-example1/pom.xml
    struts/action/trunk/apps/faces-example2/pom.xml
    struts/action/trunk/apps/mailreader/pom.xml
    struts/action/trunk/apps/pom.xml
    struts/action/trunk/apps/scripting-mailreader/pom.xml
    struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml
    struts/action/trunk/assembly/pom.xml
    struts/action/trunk/core/pom.xml
    struts/action/trunk/el/pom.xml
    struts/action/trunk/extras/pom.xml
    struts/action/trunk/faces/pom.xml
    struts/action/trunk/integration/apps-it/pom.xml
    struts/action/trunk/integration/pom.xml
    struts/action/trunk/mailreader-dao/pom.xml
    struts/action/trunk/pom.xml
    struts/action/trunk/scripting/pom.xml
    struts/action/trunk/taglib/pom.xml
    struts/action/trunk/tiles/pom.xml

Modified: struts/action/trunk/apps/blank/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/blank/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/blank/pom.xml (original)
+++ struts/action/trunk/apps/blank/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/cookbook/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/cookbook/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/cookbook/pom.xml (original)
+++ struts/action/trunk/apps/cookbook/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/examples/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/examples/pom.xml (original)
+++ struts/action/trunk/apps/examples/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/faces-example1/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example1/pom.xml (original)
+++ struts/action/trunk/apps/faces-example1/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/faces-example2/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example2/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example2/pom.xml (original)
+++ struts/action/trunk/apps/faces-example2/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/mailreader/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/mailreader/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/mailreader/pom.xml (original)
+++ struts/action/trunk/apps/mailreader/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/scripting-mailreader/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/scripting-mailreader/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/scripting-mailreader/pom.xml (original)
+++ struts/action/trunk/apps/scripting-mailreader/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml (original)
+++ struts/action/trunk/apps/strutsel-exercise-taglib/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-apps</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/assembly/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/assembly/pom.xml (original)
+++ struts/action/trunk/assembly/pom.xml Tue May  9 22:50:34 2006
@@ -33,7 +33,7 @@
   <parent>
     <groupId>org.apache.struts.action</groupId>
     <artifactId>struts-action-parent</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.4</version>
   </parent>
 
   <scm>

Modified: struts/action/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.struts.action</groupId>
         <artifactId>struts-action-parent</artifactId>
-        <version>1.3.4-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/el/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/el/pom.xml (original)
+++ struts/action/trunk/el/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/extras/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/extras/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/extras/pom.xml (original)
+++ struts/action/trunk/extras/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
    
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/faces/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/faces/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/faces/pom.xml (original)
+++ struts/action/trunk/faces/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/integration/apps-it/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/integration/apps-it/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/integration/apps-it/pom.xml (original)
+++ struts/action/trunk/integration/apps-it/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-it</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/integration/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/integration/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/integration/pom.xml (original)
+++ struts/action/trunk/integration/pom.xml Tue May  9 22:50:34 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/mailreader-dao/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/mailreader-dao/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/mailreader-dao/pom.xml (original)
+++ struts/action/trunk/mailreader-dao/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Tue May  9 22:50:34 2006
@@ -32,7 +32,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.struts.action</groupId>
     <artifactId>struts-action-parent</artifactId>
-    <version>1.3.4-SNAPSHOT</version>
+    <version>1.3.4</version>
     <packaging>pom</packaging>
     <name>Struts Action</name>
     <url>http://struts.apache.org</url>

Modified: struts/action/trunk/scripting/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/scripting/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/scripting/pom.xml (original)
+++ struts/action/trunk/scripting/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/taglib/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/action/trunk/tiles/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/tiles/pom.xml?rev=405645&r1=405644&r2=405645&view=diff
==============================================================================
--- struts/action/trunk/tiles/pom.xml (original)
+++ struts/action/trunk/tiles/pom.xml Tue May  9 22:50:34 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts.action</groupId>
       <artifactId>struts-action-parent</artifactId>
-      <version>1.3.4-SNAPSHOT</version>
+      <version>1.3.4</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>