Skip to content

Commit 3a073fa

Browse files
committed
jreleaser update
Signed-off-by: Hendrik Ebbers <[email protected]>
1 parent a89a5a7 commit 3a073fa

File tree

8 files changed

+6
-64
lines changed

8 files changed

+6
-64
lines changed

hiero-enterprise-base/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,4 @@
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>
71-
72-
<build>
73-
<plugins>
74-
<plugin>
75-
<groupId>org.jreleaser</groupId>
76-
<artifactId>jreleaser-maven-plugin</artifactId>
77-
<configuration>
78-
<skip>true</skip>
79-
</configuration>
80-
</plugin>
81-
</plugins>
82-
</build>
8371
</project>

hiero-enterprise-microprofile-sample/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@
4949
<skip>true</skip>
5050
</configuration>
5151
</plugin>
52-
<plugin>
53-
<groupId>org.jreleaser</groupId>
54-
<artifactId>jreleaser-maven-plugin</artifactId>
55-
<configuration>
56-
<skip>true</skip>
57-
</configuration>
58-
</plugin>
5952
<plugin>
6053
<groupId>io.quarkus</groupId>
6154
<artifactId>quarkus-maven-plugin</artifactId>

hiero-enterprise-microprofile/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,4 @@
8383
<scope>test</scope>
8484
</dependency>
8585
</dependencies>
86-
87-
<build>
88-
<plugins>
89-
<plugin>
90-
<groupId>org.jreleaser</groupId>
91-
<artifactId>jreleaser-maven-plugin</artifactId>
92-
<configuration>
93-
<skip>true</skip>
94-
</configuration>
95-
</plugin>
96-
</plugins>
97-
</build>
9886
</project>

hiero-enterprise-spring-sample/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@
5353
<skip>true</skip>
5454
</configuration>
5555
</plugin>
56-
<plugin>
57-
<groupId>org.jreleaser</groupId>
58-
<artifactId>jreleaser-maven-plugin</artifactId>
59-
<configuration>
60-
<skip>true</skip>
61-
</configuration>
62-
</plugin>
6356
</plugins>
6457
</build>
6558
</project>

hiero-enterprise-spring/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,4 @@
7575
</dependency>
7676
</dependencies>
7777

78-
<build>
79-
<plugins>
80-
<plugin>
81-
<groupId>org.jreleaser</groupId>
82-
<artifactId>jreleaser-maven-plugin</artifactId>
83-
<configuration>
84-
<skip>true</skip>
85-
</configuration>
86-
</plugin>
87-
</plugins>
88-
</build>
8978
</project>

hiero-enterprise-test/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
<skip>true</skip>
3434
</configuration>
3535
</plugin>
36-
<plugin>
37-
<groupId>org.jreleaser</groupId>
38-
<artifactId>jreleaser-maven-plugin</artifactId>
39-
<configuration>
40-
<skip>true</skip>
41-
</configuration>
42-
</plugin>
4336
</plugins>
4437
</build>
4538
</project>

jreleaser.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
active = "ALWAYS"
33
armored = true
44

5-
[deploy.maven.nexus2.maven-central]
6-
active = "ALWAYS"
7-
url = "https://s01.oss.sonatype.org/service/local"
8-
snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
5+
[deploy.maven.mavenCentral.release-deploy]
6+
active = "RELEASE"
7+
url = "https://central.sonatype.com/api/v1/publisher"
98
stagingRepositories = ["target/staging-deploy"]
10-
closeRepository = true
11-
releaseRepository = true
9+
applyMavenCentralRules = true
1210

1311
[release.github]
14-
enabled = true
1512
owner = "OpenElements"
1613
name = "hiero-enterprise-java"

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
6363
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
6464
<cyclonedx-maven-plugin.version>2.8.0</cyclonedx-maven-plugin.version>
65-
<jreleaser-maven-plugin.version>1.9.0</jreleaser-maven-plugin.version>
65+
<jreleaser-maven-plugin.version>1.18.0</jreleaser-maven-plugin.version>
6666
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
6767
</properties>
6868

@@ -360,6 +360,7 @@
360360
<plugin>
361361
<groupId>org.jreleaser</groupId>
362362
<artifactId>jreleaser-maven-plugin</artifactId>
363+
<inherited>false</inherited>
363364
</plugin>
364365
</plugins>
365366
</build>

0 commit comments

Comments
 (0)