File tree Expand file tree Collapse file tree 3 files changed +18
-16
lines changed
Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ project:
1313 - Andres Almiray
1414 license : APACHE-2.0
1515 inceptionYear : 2023
16- stereotype : cli
17- java :
18- version : 11
19- groupId : org.jreleaser.examples
20- artifactId : helloworld
21- mainClass : org.jreleaser.examples.HelloWorld
22- mainModule : org.jreleaser.examples
16+ stereotype : CLI
17+ languages :
18+ java :
19+ version : 11
20+ groupId : org.jreleaser.examples
21+ artifactId : helloworld
22+ mainClass : org.jreleaser.examples.HelloWorld
23+ mainModule : org.jreleaser.examples
2324
2425release :
2526 github :
Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ project:
1313 - Andres Almiray
1414 license : APACHE-2.0
1515 inceptionYear : 2023
16- stereotype : cli
17- java :
18- version : 11
19- groupId : org.jreleaser.examples
20- artifactId : helloworld
21- mainClass : org.jreleaser.examples.HelloWorld
16+ stereotype : CLI
17+ languages :
18+ java :
19+ version : 11
20+ groupId : org.jreleaser.examples
21+ artifactId : helloworld
22+ mainClass : org.jreleaser.examples.HelloWorld
2223
2324release :
2425 github :
Original file line number Diff line number Diff line change 6767 <plugin >
6868 <groupId >org.apache.maven.plugins</groupId >
6969 <artifactId >maven-compiler-plugin</artifactId >
70- <version >3.12.1 </version >
70+ <version >3.13.0 </version >
7171 </plugin >
7272 <plugin >
7373 <groupId >org.apache.maven.plugins</groupId >
7474 <artifactId >maven-jar-plugin</artifactId >
75- <version >3.3.0 </version >
75+ <version >3.4.2 </version >
7676 <configuration >
7777 <archive >
7878 <manifest >
9292 <plugin >
9393 <groupId >org.jreleaser</groupId >
9494 <artifactId >jdks-maven-plugin</artifactId >
95- <version >1.10 .0</version >
95+ <version >1.16 .0</version >
9696 <configuration >
9797 <pkgs >
9898 <pkg >
You can’t perform that action at this time.
0 commit comments