Skip to content

Commit

Permalink
Release v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Aug 8, 2024
1 parent 208406f commit c35062f
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Development version 2.2.4
## Release version 2.2.4

**Internal changes & Bugfixes**
* Fixed Tomcat Docker images already having UID/GID 1000, FROST now uses 1001.
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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>FROST-Server.Plugin.CoreModel</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>FROST-Server.Plugin.ModelLoader</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>FROST-Server.Plugin.OpenApi</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</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.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Tools</artifactId>
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.2.4-SNAPSHOT</version>
<version>2.2.4</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>HEAD</tag>
<tag>v2.2.4</tag>
<url>https://github.com/FraunhoferIOSB/FROST-Server/tree/v2.x</url>
</scm>

Expand Down

0 comments on commit c35062f

Please sign in to comment.