Use SVN changelog
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@149180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1070262a54
commit
1e9fbb7f10
|
@ -14,7 +14,9 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# $Id: project.properties,v 1.14 2004/12/18 03:06:35 bayard Exp $
|
||||
# $Id$
|
||||
|
||||
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
|
||||
|
||||
maven.checkstyle.properties=checkstyle.xml
|
||||
maven.junit.fork=true
|
||||
|
|
|
@ -54,8 +54,8 @@ limitations under the License.
|
|||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
|
||||
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
|
||||
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
|
||||
</repository>
|
||||
|
||||
<mailingLists>
|
||||
|
|
Loading…
Reference in New Issue