Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed May 23, 2024
2 parents 802d647 + cef24eb commit cf95d68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geobroker-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.wrk.fmd</groupId>
<artifactId>geobroker-api</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>GeoBroker-API</name>
<description>POJO definitions of GeoBroker API</description>

Expand Down
4 changes: 2 additions & 2 deletions geobroker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.wrk.fmd</groupId>
<artifactId>geobroker</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>war</packaging>
<name>GeoBroker</name>
<description>GeoBroker Server for CoCeSo</description>
Expand All @@ -21,7 +21,7 @@
<properties>
<java.version>17</java.version>

<geobroker.api.version>2.0.0-SNAPSHOT</geobroker.api.version>
<geobroker.api.version>2.0.1-SNAPSHOT</geobroker.api.version>

<com.google.code.findbugs.jsr305>3.0.2</com.google.code.findbugs.jsr305>
<apache.commons.lang3.version>3.14.0</apache.commons.lang3.version>
Expand Down
2 changes: 1 addition & 1 deletion geobroker/src/main/resources/geobroker.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
application.version = 2.0.0-SNAPSHOT
application.version = 2.0.0
api.url.base = /api/v1

# Time to keep the position updates in memory.
Expand Down

0 comments on commit cf95d68

Please sign in to comment.