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/12/23 18:36:13 UTC

svn commit: r489906 - in /jakarta/commons/proper/configuration/trunk: project.properties project.xml

Author: oheger
Date: Sat Dec 23 09:36:12 2006
New Revision: 489906

URL: http://svn.apache.org/viewvc?view=rev&rev=489906
Log:
Updated dependency to lang 2.2, minor site improvements

Modified:
    jakarta/commons/proper/configuration/trunk/project.properties
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.properties?view=diff&rev=489906&r1=489905&r2=489906
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.properties (original)
+++ jakarta/commons/proper/configuration/trunk/project.properties Sat Dec 23 09:36:12 2006
@@ -46,5 +46,5 @@
 maven.javacc.javacc.grammar=src/java/org/apache/commons/configuration/plist/PropertyListParser.jj
 
 maven.jdiff.new.tag=CURRENT
-maven.jdiff.old.tag=CONFIGURATION_1_2
+maven.jdiff.old.tag=CONFIGURATION_1_3
 

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&rev=489906&r1=489905&r2=489906
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sat Dec 23 09:36:12 2006
@@ -89,8 +89,13 @@
       <name>1.2</name>
       <tag>CONFIGURATION_1_2</tag>
     </version>
+    <version>
+      <id>1.3</id>
+      <name>1.3</name>
+      <tag>CONFIGURATION_1_3</tag>
+    </version>
   </versions>
-    
+
   <mailingLists>
     <mailingList>
       <name>Commons Dev List</name>
@@ -222,7 +227,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.1</version>
+      <version>2.2</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>



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