Skip to content

Commit 388bf3b

Browse files
committed
Prepare for release 2.3.1
1 parent 4d0db1c commit 388bf3b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
2.3.1 (2023-10-28)
5+
------------------
6+
- [PATCH] Reverted to Checkstyle 9.3 due to 10.x's requiring Java 11
7+
48
2.3.0 (2023-10-27)
59
------------------
610
- [MINOR] Bumped several plugin versions because it has been four years since the last update

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Java projects sponsored and hosted by OddSource Code must put the following at t
2121
<parent>
2222
<groupId>io.oddsource.java</groupId>
2323
<artifactId>oss-parent</artifactId>
24-
<version>2.3.0</version>
24+
<version>2.3.1</version>
2525
</parent>
2626
2727
Simple projects under the OddSource umbrella should be able to releasing using the following steps::

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<packaging>pom</packaging>
2626

2727
<name>OddSource OSS Parent</name>
28-
<version>2.3.1-SNAPSHOT</version>
28+
<version>2.3.1</version>
2929
<description>
3030
Parent POM for all OddSource Java Code projects.
3131
</description>

0 commit comments

Comments
 (0)