Author: carnold
Date: Thu Aug 23 15:17:00 2007
New Revision: 569170
URL: http://svn.apache.org/viewvc?rev=569170&view=rev
Log:
[maven-release-plugin] prepare release v1_0_rc2
Modified:
logging/log4j/companions/extras/trunk/pom.xml
Modified: logging/log4j/companions/extras/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=569170&r1=569169&r2=569170&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Thu Aug 23 15:17:00 2007
@@ -20,7 +20,7 @@
<groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId>
<packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>Apache Extras Companion for log4j 1.2.</name>
<description>This companion provides additional appenders, filters and
other capabilities for log4j 1.2. Several of these were backported from
@@ -66,9 +66,9 @@
</license>
</licenses>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/extras/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/extras/trunk</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/extras/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/extras/tags/v1_0_rc2</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/extras/tags/v1_0_rc2</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/extras/tags/v1_0_rc2</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
@@ -117,7 +117,7 @@
<taskdef name="replaceregexp"
classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
<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"/>
+ <fileset dir="target/site/apidocs"
includes="**/*.html" />
</replaceregexp>
</tasks>
</configuration>
@@ -130,7 +130,7 @@
<id>post-site</id>
<configuration>
<tasks>
- <ant target="post-site"/>
+ <ant target="post-site" />
</tasks>
</configuration>
<goals>
@@ -142,7 +142,7 @@
<id>site-deploy</id>
<configuration>
<tasks>
- <ant target="site-deploy"/>
+ <ant target="site-deploy" />
</tasks>
</configuration>
<goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]