Skip to content

Commit 877ae01

Browse files
author
Dirk Verbeeck
committed
Use SVN changelog
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@149179 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9e76574 commit 877ae01

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -------------------------------------------------------------------
22
# P R O J E C T P R O P E R T I E S
33
# -------------------------------------------------------------------
4+
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
45

56
compile.debug = on
67
compile.optimize = off

project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
4343

4444
<repository>
45-
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
46-
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
45+
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
46+
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
4747
</repository>
4848

4949
<mailingLists>

0 commit comments

Comments
 (0)