Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2022-11-21)

### Bug Fixes

* **deps:** bump feign-bom from 12.0 to 12.1 ([17602ef](17602ef))
* update infrastructure dependencies ([434119f](434119f))
  • Loading branch information
semantic-release-bot committed Nov 21, 2022
1 parent 18dac81 commit b130b3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion feign-aws-sigv4-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<artifactId>feign-aws-sigv4-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feign-aws-sigv4-sdkv1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<artifactId>feign-aws-sigv4-sdkv1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feign-aws-sigv4-sdkv2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<artifactId>feign-aws-sigv4-sdkv2</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4-common</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>

<!-- Feign -->
Expand Down

0 comments on commit b130b3b

Please sign in to comment.