diff --git a/examples/pom.xml b/examples/pom.xml index 22a4dbbc81..ee20bd05e3 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 17159bf4dc..bc942826b2 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 + + + + +