mirror of https://github.com/dapr/java-sdk.git
Update README.md to point to the beta version.
This commit is contained in:
parent
90ca8f5fcd
commit
fb776fd3ca
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue