Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 62515c5

Browse files
committed
Update to latest commons-parent
1 parent 4e1802d commit 62515c5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 4 additions & 1 deletion
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>43</version>
23+
<version>47</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
2626
<version>1.6-SNAPSHOT</version>
@@ -152,6 +152,9 @@ CSV files of various types.
152152
<checkstyle.version>2.17</checkstyle.version>
153153
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
154154
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes>
155+
156+
<!-- Fix for COMMONSSITE-124 remove once commons-parent 48 has been released -->
157+
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
155158
</properties>
156159

157160
<build>

0 commit comments

Comments
 (0)