Skip to content

Commit bfce519

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

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

project.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
# limitations under the License.
1515
#
1616

17-
# $Id: project.properties,v 1.20 2004/10/19 23:21:18 ggregory Exp $
17+
# $Id$
18+
19+
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
1820

1921
maven.repo.central=www.apache.org
2022
maven.repo.central.directory=/www/www.apache.org/dist/java-repository
@@ -52,4 +54,4 @@ maven.announcement.file=${maven.build.dir}/RELEASE-NOTES.txt
5254
# Specifies the source version for the Java compiler.
5355
# Corresponds to the source attribute for the ant javac task.
5456
# Valid values are 1.3, 1.4, 1.5.
55-
maven.compile.source = 1.3
57+
maven.compile.source = 1.3

project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ limitations under the License.
4848
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
4949
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
5050
<repository>
51-
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
52-
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
51+
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
52+
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
5353
</repository>
5454
<mailingLists>
5555
<mailingList>

0 commit comments

Comments
 (0)