File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1921maven.repo.central =www.apache.org
2022maven.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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments