You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2011/05/28 00:12:53 UTC

svn commit: r1128484 - in /commons/proper/validator/trunk: RELEASE-NOTES.txt pom.xml

Author: nick
Date: Fri May 27 22:12:52 2011
New Revision: 1128484

URL: http://svn.apache.org/viewvc?rev=1128484&view=rev
Log:
VALIDATOR-191 The ORO dependency is no more!

Modified:
    commons/proper/validator/trunk/RELEASE-NOTES.txt
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/RELEASE-NOTES.txt?rev=1128484&r1=1128483&r2=1128484&view=diff
==============================================================================
--- commons/proper/validator/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/validator/trunk/RELEASE-NOTES.txt Fri May 27 22:12:52 2011
@@ -1,18 +1,15 @@
 $Id$
 
                  Commons Validator Package
-                     Version 1.3.1
+                     Version 1.4.0 beta1
                      Release Notes
 
 Dependencies
 ------------
-The dependencies for Validator 1.3.1 are unchanged since the 1.3.0 release.
+The dependencies for Validator 1.4 have only one change since the 1.3.1 
+release, in that the Jakarta ORO dependency has been removed.
 (See http://commons.apache.org/validator/dependencies.html)
 
-N.B. Jakarta ORO (http://jakarta.apache.org/oro/) has now been marked as
-     an optional dependency in the project.xml as it is only required
-     by the Email, URL and Regular Expression validations.
-
 
 Bug fixes from 1.3.0
 --------------------

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1128484&r1=1128483&r2=1128484&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Fri May 27 22:12:52 2011
@@ -206,13 +206,6 @@
         </dependency>
     
         <dependency>
-            <groupId>oro</groupId>
-            <artifactId>oro</artifactId>
-            <version>2.0.8</version>
-            <optional>true</optional>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.2</version>