From 5e07505e6191e57d18f4bbd27e4b99e27b93fd51 Mon Sep 17 00:00:00 2001 From: tangrui Date: Mon, 17 May 2021 16:35:59 +0800 Subject: [PATCH 1/4] deploy succeed --- pom.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a57253e..95555b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ 4.0.0 - fluid-cloudnative.fluid + io.github.fluid-cloudnative fluid-java-client + 1.0-SNAPSHOT jar - fluid-java-client - 1.0.0 https://github.com/fluid-cloudnative/fluid-client-java Fluid Java Client @@ -22,6 +21,19 @@ + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + Rui Tang @@ -31,6 +43,7 @@ + From 7fb9557500e107dde743ad0917c4bda0cfb6d86c Mon Sep 17 00:00:00 2001 From: tangrui Date: Mon, 17 May 2021 17:39:07 +0800 Subject: [PATCH 2/4] add name --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 95555b0..7cf3769 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ 4.0.0 io.github.fluid-cloudnative fluid-java-client - 1.0-SNAPSHOT + 1.0 + Fluid-Java-Client jar https://github.com/fluid-cloudnative/fluid-client-java Fluid Java Client From 70c6fdd274c4e40292e6a369f2d2ee5bee0f9317 Mon Sep 17 00:00:00 2001 From: tangrui Date: Mon, 17 May 2021 17:52:03 +0800 Subject: [PATCH 3/4] pass closing validation --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/pom.xml b/pom.xml index 7cf3769..de72f67 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,60 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + org.apache.maven.plugins maven-enforcer-plugin From c991bd8ef1eba8dcb549f19b69396350c5c0b873 Mon Sep 17 00:00:00 2001 From: tangrui Date: Mon, 17 May 2021 17:56:12 +0800 Subject: [PATCH 4/4] 0.0.1 successfully released --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de72f67..41b78a8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.fluid-cloudnative fluid-java-client - 1.0 + 0.0.1 Fluid-Java-Client jar https://github.com/fluid-cloudnative/fluid-client-java