Bug 43113: Move log4j 1.2 to trunk
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@565518 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f9f82e4..78f6038 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,9 +68,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/logging/log4j/branches/v1_2-branch</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/logging/log4j/trunk</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
@@ -226,7 +226,7 @@
<configuration>
<tasks>
<taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
- <replaceregexp file="target/site/source-repository.html" match="/tags/[^ ]*" replace="/branches/v1_2-branch" flags="g" />
+ <replaceregexp file="target/site/source-repository.html" match="/tags/[^ ]*" replace="/trunk" flags="g" />
<replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g">
<fileset dir="target/site/apidocs" includes="**/*.html"/>
</replaceregexp>