Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
build: bump to version 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <[email protected]>
  • Loading branch information
lalithsuresh committed Apr 27, 2021
1 parent 409d121 commit a120611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ To use DCM from a Maven-based project, use the following dependency:
<dependency>
<groupId>com.vmware.dcm</groupId>
<artifactId>dcm</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
```

To use within a Gradle-based project:

```
implementation 'com.vmware.dcm:dcm:0.8.0'
implementation 'com.vmware.dcm:dcm:0.9.0'
```

### Pre-requisites for use
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commonSourceLevel = 12
dcmGroupId = com.vmware.dcm
dcmArtifactId = dcm
dcmVersion = 0.9.0-SNAPSHOT
dcmVersion = 0.9.0

## Dependency versions

Expand Down

0 comments on commit a120611

Please sign in to comment.