[maven-release-plugin] prepare release v1_0_rc2

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/companions/extras/trunk@569170 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6f5bb8d..c77201f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>