You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/11/18 07:22:49 UTC

svn commit: r345461 - in /struts/shale/trunk: build.xml build/core-library/project.xml build/project.xml build/spring/project.xml build/tiles/project.xml xdocs/index.xml

Author: craigmcc
Date: Thu Nov 17 22:22:44 2005
New Revision: 345461

URL: http://svn.apache.org/viewcvs?rev=345461&view=rev
Log:
Upgrade commons-validator dependency from 1.1.4 to 1.2.0.

(Wendy, I *think* I got all the references in the Maven project files --
please double check for me.)

Modified:
    struts/shale/trunk/build.xml
    struts/shale/trunk/build/core-library/project.xml
    struts/shale/trunk/build/project.xml
    struts/shale/trunk/build/spring/project.xml
    struts/shale/trunk/build/tiles/project.xml
    struts/shale/trunk/xdocs/index.xml

Modified: struts/shale/trunk/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?rev=345461&r1=345460&r2=345461&view=diff
==============================================================================
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Thu Nov 17 22:22:44 2005
@@ -445,7 +445,7 @@
     <mkdir        dir="${lib.dir}/commons-validator"/>
     <get         dest="${lib.dir}/commons-validator/commons-validator.jar"
          ignoreerrors="true"
-                  src="${maven.repo}/commons-validator/jars/commons-validator-1.1.4.jar"
+                  src="${maven.repo}/commons-validator/jars/commons-validator-1.2.0.jar"
          usetimestamp="true"/>
 
     <mkdir        dir="${lib.dir}/jakarta-oro"/>

Modified: struts/shale/trunk/build/core-library/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.xml?rev=345461&r1=345460&r2=345461&view=diff
==============================================================================
--- struts/shale/trunk/build/core-library/project.xml (original)
+++ struts/shale/trunk/build/core-library/project.xml Thu Nov 17 22:22:44 2005
@@ -94,7 +94,7 @@
       <dependency>
         <groupId>commons-validator</groupId>
         <artifactId>commons-validator</artifactId>
-        <version>1.1.4</version>
+        <version>1.2.0</version>
         <url>jakarta.apache.org/commons/validator/</url>
       </dependency>
 

Modified: struts/shale/trunk/build/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.xml?rev=345461&r1=345460&r2=345461&view=diff
==============================================================================
--- struts/shale/trunk/build/project.xml (original)
+++ struts/shale/trunk/build/project.xml Thu Nov 17 22:22:44 2005
@@ -214,7 +214,7 @@
     <dependency>
       <groupId>commons-validator</groupId>
       <artifactId>commons-validator</artifactId>
-      <version>1.1.4</version>
+      <version>1.2.0</version>
       <url>jakarta.apache.org/commons/validator/</url>
       <properties>
         <war.bundle>true</war.bundle>

Modified: struts/shale/trunk/build/spring/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.xml?rev=345461&r1=345460&r2=345461&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/project.xml (original)
+++ struts/shale/trunk/build/spring/project.xml Thu Nov 17 22:22:44 2005
@@ -85,7 +85,7 @@
       <dependency>
         <groupId>commons-validator</groupId>
         <artifactId>commons-validator</artifactId>
-        <version>1.1.4</version>
+        <version>1.2.0</version>
         <url>jakarta.apache.org/commons/validator/</url>
       </dependency>
 

Modified: struts/shale/trunk/build/tiles/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.xml?rev=345461&r1=345460&r2=345461&view=diff
==============================================================================
--- struts/shale/trunk/build/tiles/project.xml (original)
+++ struts/shale/trunk/build/tiles/project.xml Thu Nov 17 22:22:44 2005
@@ -91,7 +91,7 @@
       <dependency>
         <groupId>commons-validator</groupId>
         <artifactId>commons-validator</artifactId>
-        <version>1.1.4</version>
+        <version>1.2.0</version>
         <url>jakarta.apache.org/commons/validator/</url>
       </dependency>
 

Modified: struts/shale/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/index.xml?rev=345461&r1=345460&r2=345461&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/index.xml (original)
+++ struts/shale/trunk/xdocs/index.xml Thu Nov 17 22:22:44 2005
@@ -122,7 +122,7 @@
         additional runtime technologies:</p>
 
         <ul>
-        <li>Apache Commons Validator 1.1.4 or later.</li>
+        <li>Apache Commons Validator 1.2.0 or later.</li>
         <li>Spring Framework 1.2.2 or later.</li>
         <li>Stand-alone Tiles (currently in the Struts Sandbox).</li>
         </ul>



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


Re: svn commit: r345461 - in /struts/shale/trunk: build.xml build/core-library/project.xml build/project.xml build/spring/project.xml build/tiles/project.xml xdocs/index.xml

Posted by Craig McClanahan <cr...@apache.org>.
On 11/17/05, Wendy Smoak <ws...@gmail.com> wrote:
>
> On 11/17/05, craigmcc@apache.org <cr...@apache.org> wrote:
> > Author: craigmcc
> > Date: Thu Nov 17 22:22:44 2005
> > New Revision: 345461
> >
> > URL: http://svn.apache.org/viewcvs?rev=345461&view=rev
> > Log:
> > Upgrade commons-validator dependency from 1.1.4 to 1.2.0.
> >
> > (Wendy, I *think* I got all the references in the Maven project files --
> > please double check for me.)
>
> It only needs to be in build/project.xml; the others extend that one.
> I'll remove the duplicates.


Ah ... that makes sense, although they all had previous references to
version 1.1.4. Thanks.

--
> Wendy


Craig


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

Re: svn commit: r345461 - in /struts/shale/trunk: build.xml build/core-library/project.xml build/project.xml build/spring/project.xml build/tiles/project.xml xdocs/index.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/17/05, craigmcc@apache.org <cr...@apache.org> wrote:
> Author: craigmcc
> Date: Thu Nov 17 22:22:44 2005
> New Revision: 345461
>
> URL: http://svn.apache.org/viewcvs?rev=345461&view=rev
> Log:
> Upgrade commons-validator dependency from 1.1.4 to 1.2.0.
>
> (Wendy, I *think* I got all the references in the Maven project files --
> please double check for me.)

It only needs to be in build/project.xml; the others extend that one. 
I'll remove the duplicates.

--
Wendy

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