You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/08 21:53:25 UTC

svn commit: r1835370 - /commons/proper/beanutils/trunk/pom.xml

Author: ggregory
Date: Sun Jul  8 21:53:25 2018
New Revision: 1835370

URL: http://svn.apache.org/viewvc?rev=1835370&view=rev
Log:
Update commons-parent from 43 to 47.

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

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1835370&r1=1835369&r2=1835370&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Jul  8 21:53:25 2018
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>43</version>
+    <version>47</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-beanutils2</artifactId>
@@ -35,7 +35,7 @@
       <maven.compiler.target>1.7</maven.compiler.target>
       <commons.componentid>beanutils</commons.componentid>
       <commons.module.name>org.apache.commons.beanutils2</commons.module.name>
-      <commons.release.version>1.9.3</commons.release.version>
+      <commons.release.version>2.0.0</commons.release.version>
       <commons.jira.id>BEANUTILS</commons.jira.id>
       <commons.jira.pid>12310460</commons.jira.pid>
       <!-- limit memory size see BEANUTILS-291; allow command-line override -->