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 2009/11/12 23:43:45 UTC

svn commit: r835616 - in /commons/proper/beanutils/trunk: build.xml pom.xml project.xml

Author: niallp
Date: Thu Nov 12 22:43:45 2009
New Revision: 835616

URL: http://svn.apache.org/viewvc?rev=835616&view=rev
Log:
Roll version number to 1.8.3-SNAPSHOT after 1.8.2 release

Modified:
    commons/proper/beanutils/trunk/build.xml
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/beanutils/trunk/project.xml

Modified: commons/proper/beanutils/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/build.xml?rev=835616&r1=835615&r2=835616&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/build.xml (original)
+++ commons/proper/beanutils/trunk/build.xml Thu Nov 12 22:43:45 2009
@@ -44,7 +44,7 @@
   <property name="component.title"         value="Bean Introspection Utilities"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.8.2"/>
+  <property name="component.version"       value="1.8.3-SNAPSHOT"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=835616&r1=835615&r2=835616&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Thu Nov 12 22:43:45 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
-  <version>1.8.2</version>
+  <version>1.8.3-SNAPSHOT</version>
   <name>Commons BeanUtils</name>
 
   <inceptionYear>2000</inceptionYear>
@@ -267,7 +267,7 @@
                 <artifactId>clirr-maven-plugin</artifactId>
                 <version>2.2.2</version>
                 <configuration>
-                    <comparisonVersion>1.8.0</comparisonVersion>
+                    <comparisonVersion>1.8.2</comparisonVersion>
                     <minSeverity>info</minSeverity>
                 </configuration>
             </plugin>

Modified: commons/proper/beanutils/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/project.xml?rev=835616&r1=835615&r2=835616&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/project.xml (original)
+++ commons/proper/beanutils/trunk/project.xml Thu Nov 12 22:43:45 2009
@@ -20,7 +20,7 @@
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
   <name>BeanUtils</name>
-  <currentVersion>1.8.2</currentVersion>
+  <currentVersion>1.8.3-SNAPSHOT</currentVersion>
   <inceptionYear>2000</inceptionYear>
   <shortDescription>Commons BeanUtils</shortDescription>
   <description>BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>