Skip to content

Commit 7c1a3fa

Browse files
author
Gary Gregory
committed
Update Apache Commons Parent from 47 to 48.
1 parent 7665623 commit 7c1a3fa

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>47</version>
23+
<version>48</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
2626
<version>1.7-SNAPSHOT</version>
@@ -138,6 +138,7 @@ CSV files of various types.
138138
<commons.release.desc>(Java 8)</commons.release.desc>
139139
<!-- The RC version used in the staging repository URL. -->
140140
<commons.rc.version>RC1</commons.rc.version>
141+
<commons.bc.version>1.6</commons.bc.version>
141142
<commons.componentid>csv</commons.componentid>
142143
<commons.module.name>org.apache.commons.csv</commons.module.name>
143144
<commons.jira.id>CSV</commons.jira.id>
@@ -154,10 +155,7 @@ CSV files of various types.
154155
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
155156
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes>
156157

157-
<!-- Fix for COMMONSSITE-124 remove once commons-parent 48 has been released -->
158-
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
159-
<!-- Fix for COMMONSSITE-125 remove once commons-parent 48 has been released -->
160-
<commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>
158+
<japicmp.skip>false</japicmp.skip>
161159
</properties>
162160

163161
<build>

0 commit comments

Comments
 (0)