Skip to content

Commit

Permalink
chore: release java-http-client 0.1.1 (#23)
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 cc7cdd6 commit f2dcf8e
Show file tree
Hide file tree
Showing 3 changed files with 11 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,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Bug Fixes

* finalize migration to release-please ([#22](https://github.com/carbynestack/java-http-client/issues/22)) ([cc7cdd6](https://github.com/carbynestack/java-http-client/commit/cc7cdd6f9948bda2503488e6480a20e872c83e65))
6 changes: 2 additions & 4 deletions 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>java-http-client</artifactId>
<groupId>io.carbynestack</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>Carbyne Stack Java HTTP Client</name>
<description>Basic Java client used by Carbyne Stack service client implementations.</description>
<licenses>
Expand Down

0 comments on commit f2dcf8e

Please sign in to comment.