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:
@@ -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,
|
Commons Logging is a thin adapter allowing configurable bridging to other,
|
||||||
well known logging systems.
|
well known logging systems.
|
||||||
|
|||||||
@@ -14,17 +14,17 @@
|
|||||||
## KIND, either express or implied. See the License for the
|
## KIND, either express or implied. See the License for the
|
||||||
## specific language governing permissions and limitations
|
## specific language governing permissions and limitations
|
||||||
## under the License.
|
## under the License.
|
||||||
##
|
Apache ${project.name}
|
||||||
Apache ${project.name} ${version} RELEASE NOTES
|
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", "
|
$introduction.replaceAll("(?<!\015)\012", "
|
||||||
").replaceAll("(?m)^ +","")
|
").replaceAll("(?m)^ +","")
|
||||||
|
|
||||||
## N.B. the available variables are described here:
|
## N.B. the available variables are described here:
|
||||||
## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
|
## 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
|
## Hack to improve layout: replace all pairs of spaces with a single new-line
|
||||||
$release.description.replaceAll(" ", "
|
$release.description.replaceAll(" ", "
|
||||||
")
|
")
|
||||||
|
|||||||
Reference in New Issue
Block a user