Updated release process [ossrh] Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
diff --git a/examples/oauth-client-twitter/pom.xml b/examples/oauth-client-twitter/pom.xml index bcaf015..d8f66a8 100644 --- a/examples/oauth-client-twitter/pom.xml +++ b/examples/oauth-client-twitter/pom.xml
@@ -20,6 +20,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>oauth-client-twitter</artifactId> + <name>jersey-examples-oauth1-client-twitter</name> <packaging>jar</packaging>
diff --git a/ext/micrometer/pom.xml b/ext/micrometer/pom.xml index 31af67d..e8b69cc 100644 --- a/ext/micrometer/pom.xml +++ b/ext/micrometer/pom.xml
@@ -28,6 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>jersey-micrometer</artifactId> + <name>jersey-ext-micrometer-integration</name> <dependencies>
diff --git a/ext/microprofile/mp-config/pom.xml b/ext/microprofile/mp-config/pom.xml index 11dce7b..a095885 100644 --- a/ext/microprofile/mp-config/pom.xml +++ b/ext/microprofile/mp-config/pom.xml
@@ -28,6 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>jersey-mp-config</artifactId> + <name>jersey-ext-mp-config</name> <dependencies>
diff --git a/ext/microprofile/mp-rest-client/pom.xml b/ext/microprofile/mp-rest-client/pom.xml index 3691b6b..1845052 100644 --- a/ext/microprofile/mp-rest-client/pom.xml +++ b/ext/microprofile/mp-rest-client/pom.xml
@@ -27,6 +27,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>jersey-mp-rest-client</artifactId> + <name>jersey-ext-mp-rest-client</name> <dependencies> <dependency>
diff --git a/ext/microprofile/pom.xml b/ext/microprofile/pom.xml index 4928af4..0a01914 100644 --- a/ext/microprofile/pom.xml +++ b/ext/microprofile/pom.xml
@@ -29,6 +29,7 @@ <groupId>org.glassfish.jersey.ext.microprofile</groupId> <artifactId>project</artifactId> + <name>jersey-ext-microprofile-project</name> <packaging>pom</packaging> <modules>
diff --git a/pom.xml b/pom.xml index b4121f0..189c8fd 100644 --- a/pom.xml +++ b/pom.xml
@@ -1331,6 +1331,24 @@ </plugins> </build> </profile> + <profile> + <id>central-release</id> + <build> + <plugins> + <plugin> + <groupId>org.sonatype.central</groupId> + <artifactId>central-publishing-maven-plugin</artifactId> + <version>0.8.0</version> + <extensions>true</extensions> + <configuration> + <publishingServerId>central</publishingServerId> + <autoPublish>false</autoPublish> + <!-- waitUntil>published</waitUntil --> + </configuration> + </plugin> + </plugins> + </build> + </profile> </profiles> <reporting> @@ -2276,4 +2294,4 @@ <javax.annotation.version>1.3.2</javax.annotation.version> <!--Deprecated, used only for @generated annotation in perf tests --> <mimepull.version>1.9.15</mimepull.version> </properties> -</project> \ No newline at end of file +</project>
diff --git a/security/oauth1-server/pom.xml b/security/oauth1-server/pom.xml index 01fed91..82f6ec2 100644 --- a/security/oauth1-server/pom.xml +++ b/security/oauth1-server/pom.xml
@@ -27,6 +27,7 @@ <artifactId>oauth1-server</artifactId> <packaging>jar</packaging> + <name>jersey-oauth1-server</name> <description> Module that adds an OAuth 1 support to Jersey server
diff --git a/security/oauth1-signature/pom.xml b/security/oauth1-signature/pom.xml index 9bbe6c0..d3aa336 100644 --- a/security/oauth1-signature/pom.xml +++ b/security/oauth1-signature/pom.xml
@@ -26,6 +26,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>oauth1-signature</artifactId> + <name>jersey-oauth1-signature</name> <packaging>jar</packaging> <description>OAuth1 signature module</description>
diff --git a/security/oauth2-client/pom.xml b/security/oauth2-client/pom.xml index ae8fb37..9716475 100644 --- a/security/oauth2-client/pom.xml +++ b/security/oauth2-client/pom.xml
@@ -26,6 +26,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>oauth2-client</artifactId> + <name>jersey-oauth2-client</name> <description> Module that adds an OAuth 2 support to Jersey client