Use SVN changelog

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@149179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dirk Verbeeck 2005-01-30 23:01:01 +00:00
parent 560c4ee8db
commit 21f8d17711
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
#maven.checkstyle.properties=src/conf/checkstyle.properties
maven.xdoc.jsl=../commons-build/commons-site.jsl
maven.xdoc.date=left

View File

@ -48,8 +48,8 @@
<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>