You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/02/20 18:10:05 UTC

svn commit: r1448301 - in /commons/proper/logging/trunk: RELEASE-NOTES.txt src/changes/release-notes.vm

Author: sebb
Date: Wed Feb 20 17:10:05 2013
New Revision: 1448301

URL: http://svn.apache.org/r1448301
Log:
Update to more recent version of release-notes.vm

Modified:
    commons/proper/logging/trunk/RELEASE-NOTES.txt
    commons/proper/logging/trunk/src/changes/release-notes.vm

Modified: commons/proper/logging/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/RELEASE-NOTES.txt?rev=1448301&r1=1448300&r2=1448301&view=diff
==============================================================================
--- commons/proper/logging/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/logging/trunk/RELEASE-NOTES.txt Wed Feb 20 17:10:05 2013
@@ -1,6 +1,8 @@
-              Apache Commons Logging 1.1.2 RELEASE NOTES
+              Apache Commons Logging
+                  Version 1.1.2
+                 RELEASE NOTES
 
-The Commons Logging team is pleased to announce the release of commons-logging-1.1.2-SNAPSHOT
+The Commons Logging team is pleased to announce the release of Apache Commons Logging 1.1.2
 
 Commons Logging is a thin adapter allowing configurable bridging to other,
 well known logging systems.

Modified: commons/proper/logging/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/changes/release-notes.vm?rev=1448301&r1=1448300&r2=1448301&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/logging/trunk/src/changes/release-notes.vm Wed Feb 20 17:10:05 2013
@@ -14,17 +14,17 @@
 ## KIND, either express or implied.  See the License for the
 ## specific language governing permissions and limitations
 ## under the License.
-##
-              Apache ${project.name} ${version} RELEASE NOTES
+              Apache ${project.name}
+                  Version ${version}
+                 RELEASE NOTES
 
-The ${developmentTeam} is pleased to announce the release of ${finalName}
+The ${developmentTeam} is pleased to announce the release of Apache ${project.name} ${version}
 
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")
 
 ## N.B. the available variables are described here:
 ## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
-##
 ## Hack to improve layout: replace all pairs of spaces with a single new-line
 $release.description.replaceAll("  ", "
 ")