[maven-release-plugin] prepare release v1_2_16

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/trunk@910401 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b2a3bce..48f4a15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>log4j</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Log4j</name>
-  <version>1.2.16-SNAPSHOT</version>
+  <version>1.2.16</version>
   <description>Apache Log4j 1.2</description>
   <url>http://logging.apache.org/log4j/1.2/</url>
   <issueManagement>
@@ -76,9 +76,9 @@
     </license>
   </licenses>
   <scm>
-    <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/viewvc/logging/log4j/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_16</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_16</developerConnection>
+    <url>http://svn.apache.org/viewvc/logging/log4j/tags/v1_2_16</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>
@@ -185,10 +185,10 @@
             <configuration>
               <tasks>
                 <ant antfile="src/ntdll/build.xml" target="${ntdll_target}">
-                  <property name="target.dir" location="target"/>
-                  <property name="classes.dir" location="target/classes"/>
-                  <property name="src.dir" location="src/ntdll"/>
-                  <property name="jni.include.dir" location="${java.home}/../include"/>
+                  <property name="target.dir" location="target" />
+                  <property name="classes.dir" location="target/classes" />
+                  <property name="src.dir" location="src/ntdll" />
+                  <property name="jni.include.dir" location="${java.home}/../include" />
                 </ant>
               </tasks>
             </configuration>
@@ -202,7 +202,7 @@
             <id>mkdir_tests_output</id>
             <configuration>
               <tasks>
-                <mkdir dir="tests/output"/>
+                <mkdir dir="tests/output" />
               </tasks>
             </configuration>
             <goals>
@@ -214,8 +214,8 @@
             <id>rmdir_tests_output</id>
             <configuration>
               <tasks>
-                <delete dir="tests/output"/>
-                <delete dir="tests/classes"/>
+                <delete dir="tests/output" />
+                <delete dir="tests/classes" />
               </tasks>
             </configuration>
             <goals>
@@ -228,9 +228,9 @@
             <configuration>
               <tasks>
                  <ant dir="tests" target="runAll">
-                  <property name="m2_repo" location="${m2_repo}"/>
-                  <property name="log4j.jar" location="target/classes"/>
-                  <property name="project.lib.home" location="target"/>
+                  <property name="m2_repo" location="${m2_repo}" />
+                  <property name="log4j.jar" location="target/classes" />
+                  <property name="project.lib.home" location="target" />
                 </ant>
               </tasks>
             </configuration>
@@ -244,10 +244,10 @@
             <id>untag-site</id>
             <configuration>
               <tasks>
-                <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp"/>
-                <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
+                <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
+                <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;'&lt;]*" 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>
@@ -260,7 +260,7 @@
             <id>post-site</id>
             <configuration>
               <tasks>
-                <ant target="post-site"/>
+                <ant target="post-site" />
               </tasks>
             </configuration>
             <goals>
@@ -272,7 +272,7 @@
             <id>site-deploy</id>
             <configuration>
               <tasks>
-                <ant target="site-deploy"/>
+                <ant target="site-deploy" />
               </tasks>
             </configuration>
             <goals>