From acdb27596a9c1c673c08d118ac109dca8883e2aa Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Thu, 17 Oct 2019 14:00:49 -0700 Subject: [PATCH] To ensure a level of quality of the components available in the Nexus Central Repository , adding requirements in pom file for the artifacts - Noted that Signing artifacts will be offline manual process --- examples/pom.xml | 4 ++-- pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 5 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 22a4dbbc8..ee20bd05e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ io.dapr examples jar - 0.1.0-preview + 0.1.0-preview01 dapr-client https://dapr.io @@ -33,7 +33,7 @@ io.dapr client - 0.1.0-preview + 0.1.0-preview01 io.grpc diff --git a/pom.xml b/pom.xml index 17159bf4d..bc942826b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,18 +4,33 @@ io.dapr client jar - 0.1.0-preview + 0.1.0-preview01 dapr-client + gRPC client for Dapr. https://dapr.io MIT License http://www.opensource.org/licenses/mit-license.php - repo + + + Dapr + daprweb@microsoft.com + Dapr + https://dapr.io + + + + + scm:git:git://github.com/dapr/java-sdk.git + scm:git:ssh://github.com:dapr/java-sdk.git + http://github.com/dapr/java-sdk + + UTF-8 1.24.0 @@ -85,6 +100,32 @@ - + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.0 + + + attach-javadocs + + jar + + + + +