You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2008/12/25 19:45:05 UTC

svn commit: r729432 - in /commons/proper/configuration/trunk: default.properties doap_configuration.rdf pom.xml project.xml xdocs/changes.xml

Author: oheger
Date: Thu Dec 25 10:45:04 2008
New Revision: 729432

URL: http://svn.apache.org/viewvc?rev=729432&view=rev
Log:
Updates after 1.6 release: increased version numbers etc.

Modified:
    commons/proper/configuration/trunk/default.properties
    commons/proper/configuration/trunk/doap_configuration.rdf
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/project.xml
    commons/proper/configuration/trunk/xdocs/changes.xml

Modified: commons/proper/configuration/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/default.properties?rev=729432&r1=729431&r2=729432&view=diff
==============================================================================
--- commons/proper/configuration/trunk/default.properties (original)
+++ commons/proper/configuration/trunk/default.properties Thu Dec 25 10:45:04 2008
@@ -27,7 +27,7 @@
 component.title = Configuration Utilities
 
 # The current version number of this component
-component.version = 1.6-SNAPSHOT
+component.version = 1.7-SNAPSHOT
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/configuration/trunk/doap_configuration.rdf
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/doap_configuration.rdf?rev=729432&r1=729431&r2=729432&view=diff
==============================================================================
--- commons/proper/configuration/trunk/doap_configuration.rdf (original)
+++ commons/proper/configuration/trunk/doap_configuration.rdf Thu Dec 25 10:45:04 2008
@@ -80,6 +80,13 @@
         <revision>1.5</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.6</name>
+        <created>2008-12-25</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
 
     <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
   </Project>

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=729432&r1=729431&r2=729432&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Dec 25 10:45:04 2008
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.7-SNAPSHOT</version>
   <name>Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>

Modified: commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/project.xml?rev=729432&r1=729431&r2=729432&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.xml (original)
+++ commons/proper/configuration/trunk/project.xml Thu Dec 25 10:45:04 2008
@@ -24,7 +24,7 @@
 
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
-  <currentVersion>1.6-SNAPSHOT</currentVersion>
+  <currentVersion>1.7-SNAPSHOT</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>

Modified: commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/changes.xml?rev=729432&r1=729431&r2=729432&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ commons/proper/configuration/trunk/xdocs/changes.xml Thu Dec 25 10:45:04 2008
@@ -22,7 +22,10 @@
   </properties>
 
   <body>
-    <release version="1.6" date="Dec 2008"
+    <release version="1.7" date="in SVN" description="">
+    </release>
+
+    <release version="1.6" date="2008-12-25"
       description="Another set of smaller bug fixes">
       <action dev="oheger" type="update">
         Some dependencies to other Commons components have been updated to the