Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Aug 30, 2024
1 parent e589394 commit 95b108c
Show file tree
Hide file tree
Showing 37 changed files with 57 additions and 38 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ updates:
- "*"


# Maintain dependencies for Maven in the v2.3.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v2.4.x
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"


# Maintain dependencies for Maven in the v2.3.x branch
- package-ecosystem: "maven"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
refs: [refs/tags/v2.3.3, refs/tags/v2.2.4]
refs: [refs/tags/v2.4.0, refs/tags/v2.3.3, refs/tags/v2.2.4]
runs-on: ubuntu-latest
steps:
- name: Checkout Source
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Development version 2.5.0

**New Features**

**Internal changes & Bugfixes**


## Release version 2.4.0

**New Features**
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Auth.Basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Auth.Basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Auth.Keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Auth.Keycloak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Core.Model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Core.Model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.HTTP.Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.HTTP.Common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.HTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.HTTP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTT.Moquette/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTT.Moquette</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTT</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTTP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQLjooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQLjooq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Actuation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.Actuation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/BatchProcessing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.BatchProcessing</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/CoreModel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.CoreModel</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/CoreModelV2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.CoreModelV2</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/FormatCsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.FormatCsv</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/FormatDataArray/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.FormatDataArray</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/FormatGeoJson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.FormatGeoJson</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/ModelLoader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.ModelLoader</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/ModelOM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.ModelOM</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/ModelRelations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.ModelRelations</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/ModelSampling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.ModelSampling</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/MultiDatastream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.MultiDatastream</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/OData/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.OData</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/OpenApi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.OpenApi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Plugins</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>FROST-Server.Plugin.Projects</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Tools/ModelEditor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Tools</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Tools/ModelExtractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-Server.Tools</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Tools</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions helm/frost-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: frost-server
version: 2.4.0
appVersion: 2.4.0
version: 2.5.0
appVersion: 2.5.0
description: The FROST-Server (FRaunhofer Opensource SensorThings-Server) is the first complete, open-source implementation of the OGC SensorThings API Part 1 (Sensing).
keywords:
- sensorthings-api
Expand Down
4 changes: 2 additions & 2 deletions helm/frost-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ frost:
image:
registry: docker.io
repository: fraunhoferiosb/frost-server-http
tag: 2.4.0
tag: latest
pullPolicy: IfNotPresent
imagePullSecret:
# FROST-Server HTTP deployment settings
Expand Down Expand Up @@ -198,7 +198,7 @@ frost:
image:
registry: docker.io
repository: fraunhoferiosb/frost-server-mqtt
tag: 2.4.0
tag: latest
pullPolicy: IfNotPresent
imagePullSecret:
# FROST-Server MQTT deployment settings
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>FROST-ServerParent</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<scm>
<connection>scm:git:git://github.com/FraunhoferIOSB/SensorThingsServer.git</connection>
<developerConnection>scm:git:ssh://github.com:FraunhoferIOSB/SensorThingsServer.git</developerConnection>
<tag>v2.4.0</tag>
<tag>HEAD</tag>
<url>https://github.com/FraunhoferIOSB/FROST-Server/tree/v2.x</url>
</scm>

Expand Down

0 comments on commit 95b108c

Please sign in to comment.