Prepare for the next release candidate
This commit is contained in:
@@ -45,7 +45,7 @@ Apache Commons Logging
|
||||
|
||||
[](https://github.com/apache/commons-logging/actions/workflows/maven.yml)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true)
|
||||
[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.2)
|
||||
[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.3)
|
||||
[](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml)
|
||||
[](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging)
|
||||
|
||||
@@ -69,7 +69,7 @@ Alternatively, you can pull it from the central Maven repositories:
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<version>1.3.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -89,7 +89,9 @@ There are some guidelines which will make applying PRs easier for us:
|
||||
+ No tabs! Please use spaces for indentation.
|
||||
+ Respect the existing code style for each file.
|
||||
+ 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.
|
||||
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.
|
||||
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running `mvn`.
|
||||
+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, which contains all build checks.
|
||||
+ To see the code coverage report, regardless of coverage failures, run `mvn clean site -Dcommons.jacoco.haltOnFailure=false`
|
||||
|
||||
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
|
||||
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
|
||||
|
||||
Reference in New Issue
Block a user