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 16:00:35 UTC

[commons-csv] 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-csv.git


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

commit 7c1a3fab64d4b5c6143fa13dc6c88e491fde0198
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 25 12:00:31 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index fc7fa16..4b86f77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>47</version>
+    <version>48</version>
   </parent>
   <artifactId>commons-csv</artifactId>
   <version>1.7-SNAPSHOT</version>
@@ -138,6 +138,7 @@ CSV files of various types.
     <commons.release.desc>(Java 8)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
+    <commons.bc.version>1.6</commons.bc.version>
     <commons.componentid>csv</commons.componentid>
     <commons.module.name>org.apache.commons.csv</commons.module.name>
     <commons.jira.id>CSV</commons.jira.id>
@@ -154,10 +155,7 @@ CSV files of various types.
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes>
 
-    <!-- Fix for COMMONSSITE-124 remove once commons-parent 48 has been released -->
-    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
-    <!-- Fix for COMMONSSITE-125 remove once commons-parent 48 has been released -->
-    <commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>
+    <japicmp.skip>false</japicmp.skip>
   </properties>
 
   <build>