[maven-release-plugin]  copy for tag v1_0_rc5

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/companions/extras/tags/v1_0_rc5@569676 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bd82271..8b868d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <groupId>log4j</groupId>
   <artifactId>apache-log4j-extras</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-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_rc5</connection>
+	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/extras/tags/v1_0_rc5</developerConnection>
+	<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/extras/tags/v1_0_rc5</url>
 </scm>
 <organization>
     <name>Apache Software Foundation</name>
@@ -244,8 +244,9 @@
       </plugin>
       <plugin>
           <artifactId>maven-release-plugin</artifactId>
+		  <!--  attempt to work-around MRELEASE-273, see bug 42099 for release build notes -->
           <configuration>
-              <goals>site-deploy</goals>
+              <goals>package site-deploy assembly:attached deploy</goals>
           </configuration>
       </plugin>
       <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5e6c714..010bfdd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -17,13 +17,19 @@
 -->
 <document>
   <properties>
-    <title>Filters</title>
+    <title>apache-log4j-extras</title>
   </properties>
   <body>
-    <release version="1.0" date="2007-06-27" description="First release">
-      <action issue="42099" type="add">
-        Initial release.
-      </action>
+    <release version="1.0" date="2007-08-25" description="Initial release">
+	  <action issue="42783" type="add">Create an "extras" companion for log4j 1.2</action>
+	  <action issue="42251" type="add">Backport log4j 1.3 rolling file appender for use with log4j 1.2.</action>
+      <action issue="42099" type="add">ExpressionFilter backport.</action>
+      <action issue="43151" type="add">Add TimeFilter.</action>
+      <action issue="43077" type="add">Add XSLTLayout.</action>
+      <action issue="42589" type="add">Parameterized logging for log4j 1.2.</action>
+      <action issue="32572" type="add">FilterBasedTriggeringPolicy now usable with SMTPAppender.</action>
+      <action issue="40937" type="add">Avoid Turkish-i problem in ExpressionFilter.</action>
+      <action issue="42257" type="add">Enhance DOMConfigurator to delegate unrecognized elements to created objects.</action>
     </release>
   </body>
 </document>
\ No newline at end of file