File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
482.3.0 (2023-10-27)
59------------------
610- [MINOR] Bumped several plugin versions because it has been four years since the last update
Original file line number Diff line number Diff 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::
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments