Skip to content

Commit f4d9570

Browse files
committed
Updated release process [ossrh]
Signed-off-by: Maxim Nesen <[email protected]>
1 parent efbd59b commit f4d9570

File tree

9 files changed

+26
-0
lines changed

9 files changed

+26
-0
lines changed

examples/oauth-client-twitter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<artifactId>oauth-client-twitter</artifactId>
23+
<name>jersey-examples-oauth1-client-twitter</name>
2324
<packaging>jar</packaging>
2425

2526

ext/micrometer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>jersey-micrometer</artifactId>
31+
<name>jersey-ext-micrometer-integration</name>
3132

3233
<dependencies>
3334

ext/microprofile/mp-config/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>jersey-mp-config</artifactId>
31+
<name>jersey-ext-mp-config</name>
3132

3233
<dependencies>
3334

ext/microprofile/mp-rest-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>jersey-mp-rest-client</artifactId>
30+
<name>jersey-ext-mp-rest-client</name>
3031

3132
<dependencies>
3233
<dependency>

ext/microprofile/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
3131
<artifactId>project</artifactId>
32+
<name>jersey-ext-microprofile-project</name>
3233
<packaging>pom</packaging>
3334

3435
<modules>

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,24 @@
14141414
</plugins>
14151415
</build>
14161416
</profile>
1417+
<profile>
1418+
<id>central-release</id>
1419+
<build>
1420+
<plugins>
1421+
<plugin>
1422+
<groupId>org.sonatype.central</groupId>
1423+
<artifactId>central-publishing-maven-plugin</artifactId>
1424+
<version>0.8.0</version>
1425+
<extensions>true</extensions>
1426+
<configuration>
1427+
<publishingServerId>central</publishingServerId>
1428+
<autoPublish>false</autoPublish>
1429+
<!-- waitUntil>published</waitUntil -->
1430+
</configuration>
1431+
</plugin>
1432+
</plugins>
1433+
</build>
1434+
</profile>
14171435
</profiles>
14181436

14191437
<reporting>

security/oauth1-server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
<artifactId>oauth1-server</artifactId>
2929
<packaging>jar</packaging>
30+
<name>jersey-oauth1-server</name>
3031

3132
<description>
3233
Module that adds an OAuth 1 support to Jersey server

security/oauth1-signature/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<artifactId>oauth1-signature</artifactId>
29+
<name>jersey-oauth1-signature</name>
2930
<packaging>jar</packaging>
3031

3132
<description>OAuth1 signature module</description>

security/oauth2-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<artifactId>oauth2-client</artifactId>
29+
<name>jersey-oauth2-client</name>
2930

3031
<description>
3132
Module that adds an OAuth 2 support to Jersey client

0 commit comments

Comments
 (0)