Bug 42099: Change date in release notes

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/companions/extras/trunk@569614 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bd82271..1c57317 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-SNAPSHOT</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
@@ -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>test site-deploy assembly:attached deploy</goals>
           </configuration>
       </plugin>
       <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5e6c714..577694b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,7 +20,7 @@
     <title>Filters</title>
   </properties>
   <body>
-    <release version="1.0" date="2007-06-27" description="First release">
+    <release version="1.0" date="2007-08-24" description="First release">
       <action issue="42099" type="add">
         Initial release.
       </action>