Update README.md to point to the beta version.

This commit is contained in:
Artur Souza 2020-01-31 19:20:53 -08:00 committed by GitHub
parent 90ca8f5fcd
commit fb776fd3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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