You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2006/07/29 17:22:35 UTC

svn commit: r426817 - in /jakarta/commons/proper/configuration/trunk: project.xml xdocs/changes.xml

Author: oheger
Date: Sat Jul 29 08:22:35 2006
New Revision: 426817

URL: http://svn.apache.org/viewvc?rev=426817&view=rev
Log:
Updated dependency to servletapi to version 2.4; related to CONFIGURATION-217

Modified:
    jakarta/commons/proper/configuration/trunk/project.xml
    jakarta/commons/proper/configuration/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?rev=426817&r1=426816&r2=426817&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sat Jul 29 08:22:35 2006
@@ -299,7 +299,10 @@
     <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
+      <properties>
+        <optional>true</optional>
+      </properties>
     </dependency>
 
     <!-- Needed for testing -->

Modified: jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/xdocs/changes.xml?rev=426817&r1=426816&r2=426817&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/changes.xml Sat Jul 29 08:22:35 2006
@@ -23,6 +23,10 @@
   <body>
 
     <release version="1.3-SNAPSHOT" date="in SVN">
+      <action dev="oheger" type="update" issue="CONFIGURATION-217">
+        The dependency to servletapi was updated from version 2.3 to version
+        2.4, but version 2.3 will still work.
+      </action>
       <action dev="oheger" type="add" issue="CONFIGURATION-104">
         A new class PropertiesConfigurationLayout was introduced whose task is
         to preserve the structure (e.g. comments, blanc lines) of a file



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