Skip to content

Commit a5371a3

Browse files
author
Andy Coates
committed
Bump version to 2.0.1-SNAPSHOT
1 parent 1f44917 commit a5371a3

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -851,9 +851,9 @@ Compilation
851851
Compilation to a specific Java release
852852
----
853853

854-
You might want to run your builds on a recent JDK (e.g. JDK 12), but target an older version of Java, e.g.:
855-
- Java 11, which is the current [Long-Term Support (LTS) release](https://www.oracle.com/technetwork/java/java-se-support-roadmap.html),
856-
- Java 8, whose production use in 2018 was almost 85%, according to [this survey](https://www.baeldung.com/java-in-2018).
854+
You might want to run your builds on a recent JDK (e.g. JDK 17), but target an older version of Java, e.g.:
855+
- Java 25, which is the current [Long-Term Support (LTS) release](https://www.oracle.com/technetwork/java/java-se-support-roadmap.html) at time of writing,
856+
- Java 17, which is the minimum Java version the latest.
857857

858858
You can do that by setting the Java compiler [`--release`][javacRelease] option
859859
(e.g. to `6` for Java 6, etc.). Note that when you build using:
@@ -963,17 +963,16 @@ However, we strongly recommend to use at least Gradle 6.0, because there are a f
963963

964964
Contributing
965965
===
966-
966+
Update...
967967
Please tell us if you're using the plugin on [@javamodularity](https://twitter.com/javamodularity)!
968968
We would also like to hear about any issues or limitations you run into.
969969
Please file issues in the GitHub project.
970970
Bonus points for providing a test case that illustrates the issue.
971971

972-
Contributions are very much welcome.
972+
This plugin is now maintained by the community. Hence, contributions are very much welcome.
973973
Please open a Pull Request with your changes.
974974
Make sure to rebase before creating the PR so that the PR only contains your changes, this makes the review process much easier.
975-
Again, bonus points for providing tests for your changes.
976-
975+
Please ensure PRs contain appropriate test cases and documentation changes.
977976

978977
[javacRelease]: http://openjdk.java.net/jeps/247
979978
[ModularityExtension]: src/main/java/org/javamodularity/moduleplugin/extensions/ModularityExtension.java

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ develocity {
1515
}
1616

1717
group 'org.javamodularity'
18-
version '2.0.0'
18+
version '2.0.1-SNAPSHOT'
1919

2020
java {
2121
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)