Skip to content

Commit 599c7c5

Browse files
committed
Better text for release notes
1 parent e3b14b5 commit 599c7c5

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

RELEASE-NOTES.txt

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

2-
Apache Commons Release Plugin Version 1.9.0 Release Notes
3-
---------------------------------------------------------
2+
Apache Commons Release Plugin 1.9.0 Release Notes
3+
-------------------------------------------------
44

5-
This document contains the release notes for the 1.9.0 version of Apache Commons Release Plugin:
6-
An Apache Maven Mojo for Apache Commons Release tasks.
5+
The Apache Commons team is pleased to announce Apache Commons Release Plugin Version 1.9.0.
76

8-
Apache Maven Mojo for Apache Commons Release tasks.
7+
This document contains the release notes for Apache Maven Mojo for Apache Commons Release.
98

109
Version 1.9.0
1110

@@ -34,8 +33,8 @@ Have fun!
3433

3534
-----------------------------------------------------------------------------
3635

37-
Apache Commons Release Plugin Version 1.8.3 Release Notes
38-
---------------------------------------------------------
36+
Apache Commons Release Plugin 1.8.3 Release Notes
37+
-------------------------------------------------
3938

4039
This document contains the release notes for the 1.8.3 version of Apache Commons Release Plugin:
4140
An Apache Maven Mojo for Apache Commons Release tasks.
@@ -75,8 +74,8 @@ Have fun!
7574

7675
-----------------------------------------------------------------------------
7776

78-
Apache Commons Release Plugin Version 1.8.2 Release Notes
79-
---------------------------------------------------------
77+
Apache Commons Release Plugin 1.8.2 Release Notes
78+
-------------------------------------------------
8079

8180
This document contains the release notes for the 1.8.2 version of Apache Commons Release Plugin:
8281
An Apache Maven Mojo for Apache Commons Release tasks.
@@ -116,8 +115,8 @@ Have fun!
116115

117116
-----------------------------------------------------------------------------
118117

119-
Apache Commons Release Plugin Version 1.8.1 Release Notes
120-
---------------------------------------------------------
118+
Apache Commons Release Plugin 1.8.1 Release Notes
119+
-------------------------------------------------
121120

122121
This document contains the release notes for the 1.8.1 version of Apache Commons Release Plugin:
123122
An Apache Maven Mojo for Apache Commons Release tasks.
@@ -170,8 +169,8 @@ Have fun!
170169

171170
-----------------------------------------------------------------------------
172171

173-
Apache Commons Release Plugin Version 1.8.0 Release Notes
174-
---------------------------------------------------------
172+
Apache Commons Release Plugin 1.8.0 Release Notes
173+
-------------------------------------------------
175174

176175
This document contains the release notes for the 1.8.0 version of Apache Commons Release Plugin:
177176
An Apache Maven Mojo for Apache Commons Release tasks.
@@ -235,8 +234,8 @@ Have fun!
235234

236235
-----------------------------------------------------------------------------
237236

238-
Apache Commons Release Plugin Version 1.7 Release Notes
239-
-------------------------------------------------------
237+
Apache Commons Release Plugin 1.7 Release Notes
238+
-----------------------------------------------
240239

241240
This document contains the release notes for the 1.7 version of Apache commons-release-plugin.
242241
The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's
@@ -268,8 +267,8 @@ o Update Apache Commons Compress from 1.18 to 1.19
268267

269268
-----------------------------------------------------------------------------
270269

271-
Apache Commons Release Plugin Version 1.6 Release Notes
272-
-------------------------------------------------------
270+
Apache Commons Release Plugin 1.6 Release Notes
271+
-----------------------------------------------
273272

274273
This document contains the release notes for the 1.6 version of Apache commons-release-plugin.
275274
The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's
@@ -292,7 +291,8 @@ o Update Apache Commons Codec from 1.11 to 1.12.
292291

293292
-----------------------------------------------------------------------------
294293

295-
Apache Commons Release Plugin Version 1.5 Release Notes
294+
Apache Commons Release Plugin 1.5 Release Notes
295+
-----------------------------------------------
296296

297297
This document contains the release notes for the 1.5 version of Apache commons-release-plugin.
298298
The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's
@@ -324,8 +324,8 @@ o commons.jacoco.version: 0.8.0 -> 0.8.2; java 11 compatibility
324324

325325
-----------------------------------------------------------------------------
326326

327-
Apache Commons Release Plugin Version 1.4 Release Notes
328-
-------------------------------------------------------
327+
Apache Commons Release Plugin 1.4 Release Notes
328+
-----------------------------------------------
329329

330330
Fixed Bugs
331331
----------
@@ -342,8 +342,8 @@ o Update Apache Commons Compress from 1.17 to 1.18.
342342

343343
-----------------------------------------------------------------------------
344344

345-
Apache Commons Release Plugin Version 1.3 Release Notes
346-
-------------------------------------------------------
345+
Apache Commons Release Plugin 1.3 Release Notes
346+
-----------------------------------------------
347347

348348
New Features
349349
------------
@@ -362,8 +362,8 @@ o Update platform requirement from Java 7 to Java 8.
362362

363363
-----------------------------------------------------------------------------
364364

365-
Apache Commons Release Plugin Version 1.2 Release Notes
366-
-------------------------------------------------------
365+
Apache Commons Release Plugin 1.2 Release Notes
366+
-----------------------------------------------
367367

368368
Fixed Bugs
369369
----------
@@ -374,8 +374,8 @@ o COMMONSSITE-107: Adding ./target/commons-release-plugin/scm/RELEASE-NOTES.txt
374374

375375
-----------------------------------------------------------------------------
376376

377-
Apache Commons Release Plugin Version 1.1 Release Notes
378-
-------------------------------------------------------
377+
Apache Commons Release Plugin 1.1 Release Notes
378+
-----------------------------------------------
379379

380380
New Features
381381
------------
@@ -392,8 +392,8 @@ o COMMONSSITE-101: Make -Dcommons.release.dryRun=true our commit toggle
392392

393393
-----------------------------------------------------------------------------
394394

395-
Apache Commons Release Plugin Version 1.0 Release Notes
396-
-------------------------------------------------------
395+
Apache Commons Release Plugin 1.0 Release Notes
396+
-----------------------------------------------
397397

398398
New Features
399399
------------

src/changes/release-notes.vm

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
## under the License.
1717
##
1818

19-
${project.name} Version ${version} Release Notes
20-
---------------------------------------------------------
19+
${project.name} ${version} Release Notes
20+
-------------------------------------------------
2121

22-
This document contains the release notes for the ${version} version of Apache Commons Release Plugin:
23-
An Apache Maven Mojo for Apache Commons Release tasks.
22+
The Apache Commons team is pleased to announce ${project.name} ${version}.
23+
24+
This document contains the release notes for ${project.name}.
2425

2526
$introduction.replaceAll("(?<!\015)\012", "
2627
").replaceAll("(?m)^ +","")

0 commit comments

Comments
 (0)