You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2006/02/17 15:04:48 UTC

svn commit: r378515 - in /struts: apps/trunk/ apps/trunk/blank/ apps/trunk/mailreader/ build/trunk/ el/trunk/ extras/trunk/ faces/trunk/ taglib/trunk/ tiles/trunk/

Author: husted
Date: Fri Feb 17 06:04:46 2006
New Revision: 378515

URL: http://svn.apache.org/viewcvs?rev=378515&view=rev
Log:
StrutsClassic130
* Update currentVersion and inter-project dependencies for the seven subprojects comprising Struts Classic 1.3.0
* This revision will be used to tag each subproject trunk to STRUTS-$ID_1.3.0

Modified:
    struts/apps/trunk/blank/project.xml
    struts/apps/trunk/mailreader/project.xml
    struts/apps/trunk/project.xml
    struts/build/trunk/project.xml
    struts/el/trunk/maven.xml
    struts/el/trunk/project.xml
    struts/extras/trunk/project.xml
    struts/faces/trunk/project.xml
    struts/taglib/trunk/project.xml
    struts/tiles/trunk/project.xml

Modified: struts/apps/trunk/blank/project.xml
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/blank/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/apps/trunk/blank/project.xml (original)
+++ struts/apps/trunk/blank/project.xml Fri Feb 17 06:04:46 2006
@@ -13,7 +13,7 @@
   	<dependency>
   	  <groupId>struts</groupId>
   	  <artifactId>struts-tiles</artifactId>
-  	  <version>1.3.0-dev</version>
+  	  <version>1.3.0</version>
   	  <properties>
   		<war.bundle>true</war.bundle>
   	  </properties>

Modified: struts/apps/trunk/mailreader/project.xml
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/mailreader/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/apps/trunk/mailreader/project.xml (original)
+++ struts/apps/trunk/mailreader/project.xml Fri Feb 17 06:04:46 2006
@@ -15,7 +15,7 @@
         <dependency>
             <groupId>struts</groupId>
             <artifactId>struts-mailreader-dao</artifactId>
-            <version>1.3.0-dev</version>
+            <version>1.3.0</version>
             <url>http://struts.apache.org/</url>
             <properties>
                 <war.bundle>true</war.bundle>

Modified: struts/apps/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/apps/trunk/project.xml (original)
+++ struts/apps/trunk/project.xml Fri Feb 17 06:04:46 2006
@@ -22,7 +22,7 @@
   <extend>build/project.xml</extend>
   <id>struts-apps</id>
   <name>Struts Applications</name>
-  <currentVersion>1.3.0-dev</currentVersion>
+  <currentVersion>1.3.0</currentVersion>
 
 
     <!-- ################################################################ -->
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>struts</groupId>
       <artifactId>struts-action</artifactId>
-      <version>1.3.0-dev</version>
+      <version>1.3.0</version>
       <url>http://struts.apache.org/</url>
       <properties>
         <war.bundle>true</war.bundle>
@@ -73,7 +73,7 @@
     <dependency>
 	  <groupId>struts</groupId>
 	  <artifactId>struts-extras</artifactId>
-	  <version>1.3.0-dev</version>
+	  <version>1.3.0</version>
       <url>http://struts.apache.org/download.cgi</url>
       <properties>
         <war.bundle>true</war.bundle>
@@ -84,7 +84,7 @@
     <dependency>
 	  <groupId>struts</groupId>
 	  <artifactId>struts-taglib</artifactId>
-	  <version>1.3.0-dev</version>
+	  <version>1.3.0</version>
       <url>http://struts.apache.org/download.cgi</url>
       <properties>
         <war.bundle>true</war.bundle>

Modified: struts/build/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/build/trunk/project.xml (original)
+++ struts/build/trunk/project.xml Fri Feb 17 06:04:46 2006
@@ -56,7 +56,7 @@
     <id>struts</id>
     <name>Struts common build</name>
     <groupId>struts</groupId>
-    <currentVersion>1.3.0-dev</currentVersion>
+    <currentVersion>1.3.0</currentVersion>
 
 
     <!-- ################################################################ -->

Modified: struts/el/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/maven.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/el/trunk/maven.xml (original)
+++ struts/el/trunk/maven.xml Fri Feb 17 06:04:46 2006
@@ -14,7 +14,7 @@
 
         <!-- Include struts-el .jar file in WEB-INF/lib -->
         <ant:copy todir="${maven.war.webapp.dir}/WEB-INF/lib/" overwrite="false"
-            file="${basedir}/target/struts-el-1.3.0-dev.jar" />
+            file="${basedir}/target/struts-el-1.3.0.jar" />
 
         <!-- Include properties under WEB-INF/classes -->
         <ant:copy todir="${maven.war.webapp.dir}/WEB-INF/classes/" overwrite="false">

Modified: struts/el/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/el/trunk/project.xml (original)
+++ struts/el/trunk/project.xml Fri Feb 17 06:04:46 2006
@@ -73,7 +73,7 @@
 	<dependency>
 	  <groupId>struts</groupId>
 	  <artifactId>struts-action</artifactId>
-	  <version>1.3.0-dev</version>
+	  <version>1.3.0</version>
 	  <properties>
 		<war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>
@@ -84,7 +84,7 @@
 	<dependency>
 	  <groupId>struts</groupId>
 	  <artifactId>struts-taglib</artifactId>
-	  <version>1.3.0-dev</version>
+	  <version>1.3.0</version>
 	  <properties>
 		<war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>
@@ -95,7 +95,7 @@
 	<dependency>
 	  <groupId>struts</groupId>
 	  <artifactId>struts-tiles</artifactId>
-	  <version>1.3.0-dev</version>
+	  <version>1.3.0</version>
 	  <properties>
 		<war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>

Modified: struts/extras/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/extras/trunk/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/extras/trunk/project.xml (original)
+++ struts/extras/trunk/project.xml Fri Feb 17 06:04:46 2006
@@ -57,7 +57,7 @@
     <dependency>
        <groupId>struts</groupId>
        <artifactId>struts-action</artifactId>
-       <version>1.3.0-dev</version>
+       <version>1.3.0</version>
        <properties>
        	 <war.bundle>true</war.bundle>
          <cactus.bundle>true</cactus.bundle>

Modified: struts/faces/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/faces/trunk/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/faces/trunk/project.xml (original)
+++ struts/faces/trunk/project.xml Fri Feb 17 06:04:46 2006
@@ -22,7 +22,7 @@
   <extend>build/project.xml</extend>
   <id>struts-faces</id>
   <name>Struts JSF Integration Library</name>
-  <currentVersion>1.0-dev</currentVersion>
+  <currentVersion>1.0</currentVersion>
   
   <package>org.apache.struts.faces</package>
   <packageGroups>

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Fri Feb 17 06:04:46 2006
@@ -57,7 +57,7 @@
 	<dependency>
 	  <groupId>struts</groupId>
 	  <artifactId>struts-action</artifactId>
-	  <version>1.3.0-dev</version>
+	  <version>1.3.0</version>
 	  <properties>
         <cactus.bundle>true</cactus.bundle>
 	  </properties>

Modified: struts/tiles/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?rev=378515&r1=378514&r2=378515&view=diff
==============================================================================
--- struts/tiles/trunk/project.xml (original)
+++ struts/tiles/trunk/project.xml Fri Feb 17 06:04:46 2006
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>struts</groupId>
             <artifactId>struts-action</artifactId>
-            <version>1.3.0-dev</version>
+            <version>1.3.0</version>
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org