husted 2004/06/23 17:34:56 Modified: . project.xml project.properties Log: Update to reflect availability of Validator 1.1.3 release (alpha) Revision Changes Path 1.29 +7 -6 jakarta-struts/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/project.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- project.xml 21 May 2004 14:28:03 -0000 1.28 +++ project.xml 24 Jun 2004 00:34:56 -0000 1.29 @@ -215,14 +215,15 @@ <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> - <version>1.1.3-dev</version> - <url>http://apache.org/~germuska/commons-validator/</url> + <version>1.1.3</version> + <url>http://apache.org/~husted/validator/v1.1.3/</url> <!-- Until the validator dependency is served from one of Struts' repositories, - change the URL to point to a page (above) which explains how to build using Maven - and offers a copy of the necessary JAR. This is the URL Maven shows when a - dependency can't be resolved, so the above, with explanation, will probably - help people more than just pointing to the Validator project (below). + change the URL to point to the latest development release, which includes a + page that explains how to build using Maven and offers a copy of the requisite + JAR. This is the URL Maven shows when a dependency can't be resolved, so the + above, with explanation, will probably help people more than just pointing + to the Validator project (below). <url>http://jakarta.apache.org/commons/validator/</url> --> <properties> 1.11 +2 -2 jakarta-struts/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-struts/project.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.properties 14 Apr 2004 13:58:57 -0000 1.10 +++ project.properties 24 Jun 2004 00:34:56 -0000 1.11 @@ -23,7 +23,7 @@ # Display the version the web site is documenting maven.xdoc.version = ${pom.currentVersion} # Days to report in the change log -maven.changelog.range=30 +maven.changelog.range=38 compile.debug = on compile.optimize = off
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]