Skip to content

Commit 5d15104

Browse files
committed
Update README for JDK 23 and new archetype version
Increase JDK version from 22 to 23 and update Maven archetype version from 1.0.12 to 1.0.13. These changes are reflected in the usage instructions, ensuring compatibility and latest features.
1 parent 147ca51 commit 5d15104

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Generates a minimal Maven project for Java with
55

6-
- JDK 22 (or any version you specify, read below)
6+
- JDK 23 (or any version you specify, read below)
77
- JUnit 5.10.x
88

99
## How to use
@@ -20,17 +20,17 @@ Change the values of `DgroupId`, `-DartifactId` and `-Dversion` to match your ow
2020
```
2121
mvn archetype:generate -DarchetypeGroupId=no.dervis \
2222
-DarchetypeArtifactId=java-starter \
23-
-DarchetypeVersion=1.0.12 \
23+
-DarchetypeVersion=1.0.13 \
2424
-DgroupId=org.mygroup \
2525
-DartifactId=demoapp \
2626
-Dversion=1.0.0 \
27-
-DjdkVersion=22 \
27+
-DjdkVersion=23 \
2828
-DjavaPreviewFeatures=yes \
2929
-DinteractiveMode=false
3030
```
3131

3232
### Maven Central
33-
[https://central.sonatype.com/artifact/no.dervis/java-starter/1.0.12](https://central.sonatype.com/artifact/no.dervis/java-starter/1.0.12)
33+
[https://central.sonatype.com/artifact/no.dervis/java-starter/1.0.13](https://central.sonatype.com/artifact/no.dervis/java-starter/1.0.13)
3434

3535
### Useful Maven commands for beginners
3636
#### Clean and compile

0 commit comments

Comments
 (0)