Skip to content

Commit

Permalink
chore: release parent 0.1.1
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 d326b96 commit 910e7b2
Show file tree
Hide file tree
Showing 3 changed files with 12 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,5 +1,5 @@
{
"amphora-parent": "0.1.0",
"amphora-parent": "0.1.1",
"amphora-common": "0.1.0",
"amphora-java-client": "0.1.0",
"amphora-service": "0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions amphora-parent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

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


### Bug Fixes

* **parent:** introduce parent release package ([ba73fe8](https://github.com/carbynestack/amphora/commit/ba73fe865470052ce2381d81de3017a6bb27e7fe))
* release-please yoshi type versions ([d326b96](https://github.com/carbynestack/amphora/commit/d326b964d0919a958ff4a7e83be870818915fa17))
6 changes: 2 additions & 4 deletions amphora-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
~
~ 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-parent</artifactId>
<groupId>io.carbynestack</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>pom</packaging>
<licenses>
<license>
Expand Down

0 comments on commit 910e7b2

Please sign in to comment.