upgrade java-sdk version to 0.2.0-beta-2

This commit is contained in:
Young Bu Park 2020-02-05 14:50:33 -08:00 committed by GitHub
parent c39c5df84a
commit 0ed7363a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 12 deletions

View File

@ -60,13 +60,13 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
</dependency>
...
</dependencies>

View File

@ -7,13 +7,13 @@
<parent>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-parent</artifactId>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
</parent>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-examples</artifactId>
<packaging>jar</packaging>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
<name>dapr-sdk-examples</name>
<properties>

View File

@ -7,7 +7,7 @@
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-parent</artifactId>
<packaging>pom</packaging>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
<name>dapr-sdk-parent</name>
<description>SDK for Dapr.</description>
<url>https://dapr.io</url>

View File

@ -7,12 +7,12 @@
<parent>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-parent</artifactId>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
</parent>
<artifactId>dapr-sdk-actors</artifactId>
<packaging>jar</packaging>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
<name>dapr-sdk-actors</name>
<description>SDK for Actors on Dapr</description>

View File

@ -7,12 +7,12 @@
<parent>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-parent</artifactId>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
</parent>
<artifactId>dapr-sdk-autogen</artifactId>
<packaging>jar</packaging>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
<name>dapr-sdk-autogen</name>
<description>Auto-generated SDK for Dapr</description>

View File

@ -25,7 +25,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.deploy.skip>true</maven.deploy.skip>
<dapr.sdk.version>0.2.0-beta-1</dapr.sdk.version>
<dapr.sdk.version>0.2.0-beta-2</dapr.sdk.version>
</properties>
<dependencies>

View File

@ -7,12 +7,12 @@
<parent>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-parent</artifactId>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
</parent>
<artifactId>dapr-sdk</artifactId>
<packaging>jar</packaging>
<version>0.2.0-beta-1</version>
<version>0.2.0-beta-2</version>
<name>dapr-sdk</name>
<description>SDK for Dapr</description>