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:
parent
560c4ee8db
commit
21f8d17711
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue