Skip to content

Commit

Permalink
chore: release java-client 0.1.1 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Jul 27, 2023
1 parent 6769b51 commit c09d609
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
"amphora-parent": "0.1.2",
"amphora-common": "0.1.1",
"amphora-java-client": "0.1.0",
"amphora-java-client": "0.1.1",
"amphora-service": "0.1.0",
"amphora-service/charts/amphora": "0.1.0"
}
12 changes: 12 additions & 0 deletions amphora-java-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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


### Bug Fixes

* **common/java-client/service:** migrate to new parent ([#60](https://github.com/carbynestack/amphora/issues/60)) ([8d1894c](https://github.com/carbynestack/amphora/commit/8d1894c799cf7222ad975875eab0484d4ac7110c))
* implement release-please process ([#48](https://github.com/carbynestack/amphora/issues/48)) ([1f35ca2](https://github.com/carbynestack/amphora/commit/1f35ca2dfb6624285f691ca3f1e64ddb89426d6b))
* introduce parent release package ([#52](https://github.com/carbynestack/amphora/issues/52)) ([daa5a69](https://github.com/carbynestack/amphora/commit/daa5a697eb9df8d7844245961666f1ee74f0e2bb))
* **java-client/service:** use new common version ([#61](https://github.com/carbynestack/amphora/issues/61)) ([6769b51](https://github.com/carbynestack/amphora/commit/6769b511b17ed566edd75dfb1bbca4a1b5585095))
* **parent:** introduce parent release package ([ba73fe8](https://github.com/carbynestack/amphora/commit/ba73fe865470052ce2381d81de3017a6bb27e7fe))
6 changes: 2 additions & 4 deletions amphora-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,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>amphora-java-client</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
Expand Down

0 comments on commit c09d609

Please sign in to comment.