Skip to content

Commit

Permalink
Prepare release candidate for version 57
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 22, 2023
1 parent 32e0ba7 commit eeaa4e6
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,28 @@ Apache Commons Parent

[![GitHub Actions Status](https://github.com/apache/commons-parent/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-parent/actions)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-text/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-text)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)

The Apache Commons Parent POM provides common settings for all Apache Commons components.

Documentation
-------------

More information can be found on the [Apache Commons Parent homepage](https://commons.apache.org/proper/commons-commons-parent).
The [Javadoc](https://commons.apache.org/proper/commons-commons-parent/apidocs) can be browsed.
More information can be found on the [Apache Commons Parent homepage](https://commons.apache.org/proper/commons-parent).
The [Javadoc](https://commons.apache.org/proper/commons-parent/apidocs) can be browsed.
Questions related to the usage of Apache Commons Parent should be posted to the [user mailing list][ml].

Where can I get the latest release?
-----------------------------------
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-commons-parent/download_commons-parent.cgi).
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-parent/download_commons-parent.cgi).

Alternatively you can pull it from the central Maven repositories:

```xml
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>56</version>
<version>57</version>
</dependency>
```

Expand Down
50 changes: 50 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
Apache Commons Parent 57
RELEASE NOTES

The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 57.

The Apache Commons Parent POM provides common settings for all Apache Commons components.

Version 57: Maintenance and update dependencies

Changes in this version include:

Fixed Bugs:
o Fix cyclonedx-maven-plugin configuration for multi-module projects. Thanks to Herv� Boutemy.
o Drop non-reproducible Implementation-Build in jar #242. Thanks to Herv� Boutemy.
o Use Java compiler release flag when compiling with Java >= 9.]. Thanks to Gary Gregory.

Changes:
o Bump github/codeql-action from 2.1.37 to 2.1.38 #201. Thanks to Dependabot.
o Bump cyclonedx-maven-plugin from 2.7.3 to 2.7.7 #195, #220, #253, #262. Thanks to Dependabot.
o Bump junit-bom from 5.9.1 to 5.9.2 #198. Thanks to Dependabot.
o Bump maven-pmd-plugin from 3.19.0 to 3.20.0 #206. Thanks to Dependabot.
o Bump commons.pmd-impl.version from 6.54.0 to 6.55.0 #227. Thanks to Dependabot.
o Bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0 #202, #222, #235. Thanks to Dependabot.
o Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0 #219, #236. Thanks to Dependabot.
o Bump maven-surefire-report-plugin from 3.0.0-M7 to 3.0.0 #205, #207, #221, #237. Thanks to Dependabot.
o Bump maven-checkstyle-plugin from 3.2.0 to 3.2.2 #204, #260. Thanks to Dependabot.
o Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.3 #203, @262. Thanks to Dependabot.
o Bump maven-enforcer-plugin from 3.1.0 to 3.3.0 #212, #255. Thanks to Dependabot.
o Bump spdx-maven-plugin from 0.6.3 to 0.6.5 #213, #259. Thanks to Dependabot.
o Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 #218. Thanks to Dependabot.
o Bump versions-maven-plugin from 2.14.2 to 2.15.0 #224. Thanks to Dependabot.
o Bump maven-assembly-plugin from 3.4.2 to 3.5.0 #226. Thanks to Dependabot.
o Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.4 #225, #231, #243, #254. Thanks to Dependabot.
o Bump maven-compiler-plugin from 3.10.1 to 3.11.0 #229. Thanks to Dependabot.
o Bump japicmp-maven-plugin from 0.17.1 to 0.17.2 #230. Thanks to Dependabot.
o Bump commons.javadoc.java.link from Java 7 to 8. Thanks to Gary Gregory.
o Bump minimum Maven version from 3.3.9 to 3.6.3. Thanks to Gary Gregory.
o Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 #256. Thanks to Dependabot.
o Bump animal-sniffer-maven-plugin from 1.22 to 1.23 #251. Thanks to Dependabot.


Historical list of changes: https://commons.apache.org/proper/commons-parent/changes-report.html

For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Parent website:

https://commons.apache.org/proper/commons-parent/

-----------------------------------------------------------------------------

Apache Commons Parent 56
RELEASE NOTES

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>COMMONSSITE</commons.jira.id>
<!-- Commons Release Plugin -->
<commons.bc.version>55</commons.bc.version>
<commons.bc.version>56</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
Expand Down

0 comments on commit eeaa4e6

Please sign in to comment.