Skip to content

Commit

Permalink
chore(release): 20.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [20.3.1](v20.3.0...v20.3.1) (2024-07-03)

### Bug Fixes

* use correct mail dependencies ([2b452e3](2b452e3))
  • Loading branch information
semantic-release-bot committed Jul 3, 2024
1 parent 2d0f3cd commit 11c09c2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [20.3.1](https://github.com/terrestris/shogun/compare/v20.3.0...v20.3.1) (2024-07-03)


### Bug Fixes

* use correct mail dependencies ([2b452e3](https://github.com/terrestris/shogun/commit/2b452e3afaf0caa8eacc383952699ffb69d782db))

# [20.3.0](https://github.com/terrestris/shogun/compare/v20.2.1...v20.3.0) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.3.1-SNAPSHOT</version>
<version>20.3.1</version>
<name>SHOGun</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion shogun-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.3.1-SNAPSHOT</version>
<version>20.3.1</version>
</parent>

<artifactId>shogun-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.3.1-SNAPSHOT</version>
<version>20.3.1</version>
</parent>

<artifactId>shogun-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-gs-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.3.1-SNAPSHOT</version>
<version>20.3.1</version>
</parent>

<artifactId>shogun-gs-interceptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.3.1-SNAPSHOT</version>
<version>20.3.1</version>
</parent>

<artifactId>shogun-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>shogun</artifactId>
<groupId>de.terrestris</groupId>
<version>20.3.1-SNAPSHOT</version>
<version>20.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion shogun-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>20.3.1-SNAPSHOT</version>
<version>20.3.1</version>
</parent>

<artifactId>shogun-proxy</artifactId>
Expand Down

0 comments on commit 11c09c2

Please sign in to comment.