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

Commit

Permalink
build: release 0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <[email protected]>
  • Loading branch information
lalithsuresh committed Jul 18, 2022
1 parent 561ff8d commit 9bab7c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## Ongoing: Release 0.15.0
## Ongoing: release 0.16.0

## July 18, 2022: Release 0.15.0

* Issues fixed:
* Bump calcite to version 1.30.0.

## July 18, 2022: Release 0.14.0
* Public API changes:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ To use DCM from a Maven-based project, use the following dependency:
<dependency>
<groupId>com.vmware.dcm</groupId>
<artifactId>dcm</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>
```

To use within a Gradle-based project:

```
implementation 'com.vmware.dcm:dcm:0.14.0'
implementation 'com.vmware.dcm:dcm:0.15.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 @@
dcmLibrarySourceLevel = 11
dcmGroupId = com.vmware.dcm
dcmArtifactId = dcm
dcmVersion = 0.15.0-SNAPSHOT
dcmVersion = 0.15.0

## Dependency versions

Expand Down

0 comments on commit 9bab7c4

Please sign in to comment.