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/27 00:29:24 UTC

[commons-net] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/commons-net.git


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

commit 7e2fe34e2fc5e53f4e373b44f78b68d9225cc7ff
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Mar 26 20:29:21 2019 -0400

    Update Apache Commons Parent from 47 to 48.
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7174381..eec91ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>47</version>
+        <version>48</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>
@@ -180,12 +180,14 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <!-- Current release -->
         <commons.release.version>3.6</commons.release.version>
         <commons.rc.version>RC1</commons.rc.version>
+        <commons.bc.version>3.6</commons.bc.version>
         <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc>
 
         <!-- Local version defines -->
         <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
         <checkstyle.tool.version>6.9</checkstyle.tool.version>
         <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
+        <japicmp.skip>false</japicmp.skip>
     </properties>
 
     <build>