1
0

Update to more recent version of release-notes.vm

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1448301 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2013-02-20 17:10:05 +00:00
parent 07515fd289
commit 2cf8997c71
2 changed files with 8 additions and 6 deletions

View File

@@ -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.

View File

@@ -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(" ", "
")