Skip to content

Commit

Permalink
chore: release java-client 0.1.1 (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion committed Jul 27, 2023
1 parent 6af6f52 commit bcc76ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"castor-parent": "0.1.1",
"castor-common": "0.1.1",
"castor-java-client": "0.1.0",
"castor-java-client": "0.1.1",
"castor-upload-java-client": "0.1.0",
"castor-service": "0.1.0",
"castor-service/charts/castor": "0.1.1"
Expand Down
10 changes: 10 additions & 0 deletions castor-java-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [0.1.1](https://github.com/carbynestack/castor/compare/java-client-v0.1.0...java-client-v0.1.1) (2023-07-27)


### Bug Fixes

* **chart/common/java-client/upload-java-client/service:** use new parent ([#57](https://github.com/carbynestack/castor/issues/57)) ([84901e7](https://github.com/carbynestack/castor/commit/84901e7c93b50b90db8992b80e605f9adfc24c54))
* introduce release-please process ([#51](https://github.com/carbynestack/castor/issues/51)) ([39a21ec](https://github.com/carbynestack/castor/commit/39a21ec78c2122bcd4a86fcc8bf6966a0007c285))
* **java-client/upload-java-client/service:** use new common version ([#59](https://github.com/carbynestack/castor/issues/59)) ([6af6f52](https://github.com/carbynestack/castor/commit/6af6f525a1d0cbb6f26d63cfa25a03f2fa029a22))
6 changes: 2 additions & 4 deletions castor-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>castor-java-client</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>castor-parent</artifactId>
Expand Down

0 comments on commit bcc76ff

Please sign in to comment.