Skip to content

Commit 77c3e8b

Browse files
committed
Prepare for the next release candidate
1 parent e5f63f0 commit 77c3e8b

File tree

5 files changed

+66
-19
lines changed

5 files changed

+66
-19
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ Additional Resources
110110
+ [Contributor License Agreement][cla]
111111
+ [General GitHub documentation](https://help.github.com/)
112112
+ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
113-
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
114113

115114
[cla]:https://www.apache.org/licenses/#clas
116115
[jira]:https://issues.apache.org/jira/browse/COMMONSSITE

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Apache Commons Release Plugin
4545

4646
[![Java CI](https://github.com/apache/commons-release-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/maven.yml)
4747
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-release-plugin?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-release-plugin)
48-
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-release-plugin/1.9.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-release-plugin/1.9.1)
48+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-release-plugin/1.9.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-release-plugin/1.9.2)
4949
[![CodeQL](https://github.com/apache/commons-release-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-release-plugin/actions/workflows/codeql-analysis.yml)
5050
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-release-plugin/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-release-plugin)
5151

@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories:
6868
<dependency>
6969
<groupId>org.apache.commons</groupId>
7070
<artifactId>commons-release-plugin</artifactId>
71-
<version>1.9.1</version>
71+
<version>1.9.2</version>
7272
</dependency>
7373
```
7474

@@ -89,7 +89,7 @@ There are some guidelines which will make applying PRs easier for us:
8989
+ Respect the existing code style for each file.
9090
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
9191
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running `mvn`.
92-
+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, which contains all build checks.
92+
+ Before you push a PR, run `mvn` (without arguments). This runs the default goal which contains all build checks.
9393
+ To see the code coverage report, regardless of coverage failures, run `mvn clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
9494

9595
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -111,7 +111,6 @@ Additional Resources
111111
+ [Apache Commons Homepage](https://commons.apache.org/)
112112
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/COMMONSSITE)
113113
+ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
114-
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
115114

116115
Apache Commons Components
117116
-------------------------

RELEASE-NOTES.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
Apache Commons Release Plugin 1.9.2 Release Notes
2+
------------------------------------------------
3+
4+
The Apache Commons Release Plugin team is pleased to announce the release of Apache Commons Release Plugin 1.9.2.
5+
6+
This document contains the release notes for Apache Commons Release Plugin.
7+
8+
Apache Maven Mojo for Apache Commons Release tasks.
9+
10+
This is a feature and maintenance release. Java 8 or later is required.
11+
12+
13+
Fixed Bugs
14+
----------
15+
16+
* Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.
17+
* Make some classes final. Thanks to Gary Gregory.
18+
* Fix missing version for org.codehaus.mojo:jdepend-maven-plugin: 2.1. Thanks to Gary Gregory.
19+
* Partial port to JUnit 5. Thanks to Gary Gregory.
20+
21+
Changes
22+
-------
23+
24+
* Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12. Thanks to Gary Gregory.
25+
* Bump org.apache.maven:maven-compat from 3.9.11 to 3.9.12. Thanks to Gary Gregory.
26+
* Bump org.apache.maven:maven-core from 3.9.11 to 3.9.12. Thanks to Gary Gregory.
27+
* Bump org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12. Thanks to Gary Gregory.
28+
* Bump org.apache.commons:commons-parent from 85 to 96 #396, #399, #419, #420. Thanks to Gary Gregory.
29+
* Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0. Thanks to Gary Gregory.
30+
* Bump maven-scm.version from 2.1.0 to 2.2.1 #402. Thanks to Gary Gregory, Dependabot.
31+
* Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 2.3.0 #407. Thanks to Gary Gregory, Dependabot.
32+
* Bump commons-codec:commons-codec from 1.19.0 to 1.21.0. Thanks to Gary Gregory.
33+
* Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 #416. Thanks to Gary Gregory, Dependabot.
34+
35+
36+
Historical list of changes: https://commons.apache.org/proper/commons-release-plugin//changes.html
37+
38+
For complete information on Apache Commons Release Plugin, including instructions on how to submit bug reports,
39+
patches, or suggestions for improvement, see the Apache Commons Release Plugin website:
40+
41+
https://commons.apache.org/proper/commons-release-plugin/
42+
43+
Download page: https://commons.apache.org/proper/commons-release-plugin//download_release-plugin.cgi
44+
45+
Have fun!
46+
-Apache Commons Team
47+
48+
-----------------------------------------------------------------------------
49+
150
Apache Commons Release Plugin 1.9.1 Release Notes
251
------------------------------------------------
352

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<author email="[email protected]">Apache Commons Developers</author>
2525
</properties>
2626
<body>
27-
<release version="1.9.2" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
27+
<release version="1.9.2" date="2026-01-25" description="This is a feature and maintenance release. Java 8 or later is required.">
2828
<!-- FIX -->
2929
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
3030
<action type="fix" dev="ggregory" due-to="Gary Gregory">Make some classes final.</action>

src/site/xdoc/download_release-plugin.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,32 +115,32 @@ limitations under the License.
115115
</p>
116116
</subsection>
117117
</section>
118-
<section name="Apache Commons Release Plugin 1.9.1 ">
118+
<section name="Apache Commons Release Plugin 1.9.2 ">
119119
<subsection name="Binaries">
120120
<table>
121121
<tr>
122-
<td><a href="[preferred]/commons/release-plugin/binaries/commons-release-plugin-1.9.1-bin.tar.gz">commons-release-plugin-1.9.1-bin.tar.gz</a></td>
123-
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.1-bin.tar.gz.sha512">sha512</a></td>
124-
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.1-bin.tar.gz.asc">pgp</a></td>
122+
<td><a href="[preferred]/commons/release-plugin/binaries/commons-release-plugin-1.9.2-bin.tar.gz">commons-release-plugin-1.9.2-bin.tar.gz</a></td>
123+
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.2-bin.tar.gz.sha512">sha512</a></td>
124+
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.2-bin.tar.gz.asc">pgp</a></td>
125125
</tr>
126126
<tr>
127-
<td><a href="[preferred]/commons/release-plugin/binaries/commons-release-plugin-1.9.1-bin.zip">commons-release-plugin-1.9.1-bin.zip</a></td>
128-
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.1-bin.zip.sha512">sha512</a></td>
129-
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.1-bin.zip.asc">pgp</a></td>
127+
<td><a href="[preferred]/commons/release-plugin/binaries/commons-release-plugin-1.9.2-bin.zip">commons-release-plugin-1.9.2-bin.zip</a></td>
128+
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.2-bin.zip.sha512">sha512</a></td>
129+
<td><a href="https://downloads.apache.org/commons/release-plugin/binaries/commons-release-plugin-1.9.2-bin.zip.asc">pgp</a></td>
130130
</tr>
131131
</table>
132132
</subsection>
133133
<subsection name="Source">
134134
<table>
135135
<tr>
136-
<td><a href="[preferred]/commons/release-plugin/source/commons-release-plugin-1.9.1-src.tar.gz">commons-release-plugin-1.9.1-src.tar.gz</a></td>
137-
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.1-src.tar.gz.sha512">sha512</a></td>
138-
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.1-src.tar.gz.asc">pgp</a></td>
136+
<td><a href="[preferred]/commons/release-plugin/source/commons-release-plugin-1.9.2-src.tar.gz">commons-release-plugin-1.9.2-src.tar.gz</a></td>
137+
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.2-src.tar.gz.sha512">sha512</a></td>
138+
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.2-src.tar.gz.asc">pgp</a></td>
139139
</tr>
140140
<tr>
141-
<td><a href="[preferred]/commons/release-plugin/source/commons-release-plugin-1.9.1-src.zip">commons-release-plugin-1.9.1-src.zip</a></td>
142-
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.1-src.zip.sha512">sha512</a></td>
143-
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.1-src.zip.asc">pgp</a></td>
141+
<td><a href="[preferred]/commons/release-plugin/source/commons-release-plugin-1.9.2-src.zip">commons-release-plugin-1.9.2-src.zip</a></td>
142+
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.2-src.zip.sha512">sha512</a></td>
143+
<td><a href="https://downloads.apache.org/commons/release-plugin/source/commons-release-plugin-1.9.2-src.zip.asc">pgp</a></td>
144144
</tr>
145145
</table>
146146
</subsection>

0 commit comments

Comments
 (0)