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/09 14:54:30 UTC

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

Author: niallp
Date: Mon Nov  9 13:54:26 2009
New Revision: 834063

URL: http://svn.apache.org/viewvc?rev=834063&view=rev
Log:
Update version number from 1.8.2-SNAPSHOT to 1.8.2

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=834063&r1=834062&r2=834063&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/build.xml (original)
+++ commons/proper/beanutils/trunk/build.xml Mon Nov  9 13:54:26 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-SNAPSHOT"/>
+  <property name="component.version"       value="1.8.2"/>
 
   <!-- 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=834063&r1=834062&r2=834063&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Mon Nov  9 13:54:26 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
-  <version>1.8.2-SNAPSHOT</version>
+  <version>1.8.2</version>
   <name>Commons BeanUtils</name>
 
   <inceptionYear>2000</inceptionYear>

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