Skip to content

Commit 798ed89

Browse files
committed
build: Update release configuration
1 parent 10bf19f commit 798ed89

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

jreleaser-modules.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

2425
release:
2526
github:

jreleaser.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2324
release:
2425
github:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
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>
@@ -92,7 +92,7 @@
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>

0 commit comments

Comments
 (0)