Skip to content

Commit

Permalink
chore(release): 16.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.3.0](v16.2.0...v16.3.0) (2023-04-18)

### Features

* introduce crsDefinitions field on mapView config ([7457fb7](7457fb7))
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent b839cd7 commit 9f9e8c6
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 @@
# [16.3.0](https://github.com/terrestris/shogun/compare/v16.2.0...v16.3.0) (2023-04-18)


### Features

* introduce crsDefinitions field on mapView config ([7457fb7](https://github.com/terrestris/shogun/commit/7457fb77989fdb8865349e847594139e26f586b9))

# [16.2.0](https://github.com/terrestris/shogun/compare/v16.1.1...v16.2.0) (2023-04-18)


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>16.2.1-SNAPSHOT</version>
<version>16.3.0</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>16.2.1-SNAPSHOT</version>
<version>16.3.0</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>16.2.1-SNAPSHOT</version>
<version>16.3.0</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>16.2.1-SNAPSHOT</version>
<version>16.3.0</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>16.2.1-SNAPSHOT</version>
<version>16.3.0</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>16.2.1-SNAPSHOT</version>
<version>16.3.0</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>16.2.1-SNAPSHOT</version>
<version>16.3.0</version>
</parent>

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

0 comments on commit 9f9e8c6

Please sign in to comment.