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 2019/03/25 21:43:33 UTC

[commons-dbutils] branch master updated: Update Apache Commons Parent from 47 to 48.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b7df61  Update Apache Commons Parent from 47 to 48.
7b7df61 is described below

commit 7b7df615f1ffd698b6b045396d87ff5da41de091
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 25 17:43:29 2019 -0400

    Update Apache Commons Parent from 47 to 48.
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ab21154..8880589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>43</version>
+    <version>48</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
@@ -242,10 +242,13 @@
 
     <commons.componentid>dbutils</commons.componentid>
     <commons.module.name>org.apache.commons.dbutils</commons.module.name>
-    <commons.release.version>1.7</commons.release.version>
+    <commons.release.version>2.0</commons.release.version>
     <commons.rc.version>RC2</commons.rc.version>
+    <commons.bc.version>1.7</commons.bc.version>
     <commons.jira.id>DBUTILS</commons.jira.id>
     <commons.jira.pid>12310470</commons.jira.pid>
+
+    <japicmp.skip>false</japicmp.skip>
   </properties>
 
   <build>