Skip to content

Commit 1981de2

Browse files
committed
Merge branch 'release'
2 parents bbf3f40 + ebd94c0 commit 1981de2

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

RELEASE-NOTES.txt

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Apache Maven Mojo for Apache Commons Release tasks.
99

1010
Version 1.9.1.
1111

12-
13-
1412
Fixed Bugs
1513
----------
1614

@@ -30,50 +28,6 @@ Changes
3028
* Bump maven.dependency.version from 3.9.9 to 3.9.11 #383. Thanks to Gary Gregory, Dependabot.
3129

3230

33-
Historical list of changes: https://commons.apache.org/proper/commons-release-plugin//changes.html
34-
35-
For complete information on Apache Commons Release Plugin, including instructions on how to submit bug reports,
36-
patches, or suggestions for improvement, see the Apache Commons Release Plugin website:
37-
38-
https://commons.apache.org/proper/commons-release-plugin/
39-
40-
Download page: https://commons.apache.org/proper/commons-release-plugin//download_release-plugin.cgi
41-
42-
Have fun!
43-
-Apache Commons Team
44-
45-
-----------------------------------------------------------------------------
46-
Apache Commons Release Plugin 1.9.1 Release Notes
47-
------------------------------------------------
48-
49-
The Apache Commons Release Plugin team is pleased to announce the release of Apache Commons Release Plugin 1.9.1.
50-
51-
This document contains the release notes for Apache Commons Release Plugin.
52-
53-
Apache Maven Mojo for Apache Commons Release tasks.
54-
55-
Version 1.9.1.
56-
57-
58-
59-
Fixed Bugs
60-
----------
61-
62-
* Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
63-
* Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.
64-
65-
Changes
66-
-------
67-
68-
* Bump org.apache.commons:commons-parent from 79 to 85 #376. Thanks to Gary Gregory, Dependabot.
69-
* Bump org.apache.commons:commons-build-plugin from 1.14.1 to 1.16.0 #355. Thanks to Dependabot, Arnout Engelen, Gary Greggory.
70-
* Bump commons-codec:commons-codec from 1.17.2 to 1.19.0 #357. Thanks to Dependabot, Gary Gregory.
71-
* Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 #372. Thanks to Dependabot, Gary Gregory.
72-
* Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to Gary Gregory, Dependabot.
73-
* Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0. Thanks to Gary Gregory.
74-
* Bump maven.dependency.version from 3.9.9 to 3.9.11 #383. Thanks to Gary Gregory, Dependabot.
75-
76-
7731
Historical list of changes: https://commons.apache.org/proper/commons-release-plugin//changes.html
7832

7933
For complete information on Apache Commons Release Plugin, including instructions on how to submit bug reports,

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<artifactId>commons-release-plugin</artifactId>
2828
<packaging>maven-plugin</packaging>
29-
<version>1.9.1-SNAPSHOT</version>
29+
<version>1.9.2-SNAPSHOT</version>
3030
<name>Apache Commons Release Plugin</name>
3131
<description>
3232
Apache Maven Mojo for Apache Commons Release tasks.
@@ -84,7 +84,7 @@
8484
<project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding>
8585
<!-- This is used by reporting plugins -->
8686
<project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
87-
<project.build.outputTimestamp>2025-01-11T13:42:12Z</project.build.outputTimestamp>
87+
<project.build.outputTimestamp>2025-07-26T11:56:08Z</project.build.outputTimestamp>
8888
<commons.release.isDistModule>true</commons.release.isDistModule>
8989
<commons.release.version>1.9.1</commons.release.version>
9090
<commons.release.next>1.9.2</commons.release.next>

0 commit comments

Comments
 (0)