Skip to content

Commit 204c6f5

Browse files
committed
Update to latest sandbox parent.
Use standardized values in distributionManagement. Lock version for maven-changes-plugin. git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@561955 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8279c29 commit 204c6f5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.apache.commons</groupId>
6-
<artifactId>commons-sandbox</artifactId>
7-
<version>1-SNAPSHOT</version>
6+
<artifactId>commons-sandbox-parent</artifactId>
7+
<version>2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commons-csv</artifactId>
@@ -41,9 +41,9 @@
4141

4242
<distributionManagement>
4343
<site>
44-
<id>website</id>
44+
<id>apache.website</id>
4545
<name>Apache Website</name>
46-
<url>scp://people.apache.org/www/commons.apache.org/sandbox/csv/</url>
46+
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/csv/</url>
4747
</site>
4848
</distributionManagement>
4949

@@ -57,6 +57,7 @@
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-changes-plugin</artifactId>
60+
<version>2.0-beta-2</version>
6061
<configuration>
6162
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
6263
</configuration>

0 commit comments

Comments
 (0)