Skip to content

Commit

Permalink
Release v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Dec 9, 2024
1 parent 8fedb68 commit d59a9de
Show file tree
Hide file tree
Showing 33 changed files with 35 additions and 34 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Development version 2.4.4
## Release version 2.4.4

**Internal changes & Bugfixes**
* Fixed #2072: Users are always anonymous when combining keycloak, finegrained auth and anonymous access.
* Fixed #2073: Projects plugin has no default value for isPublic and restricted columns.
* Updated depencencies.


## Release version 2.4.3
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.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.4</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.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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.4.4-SNAPSHOT</version>
<version>2.4.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>v2.4.x</tag>
<tag>v2.4.4</tag>
<url>https://github.com/FraunhoferIOSB/FROST-Server/tree/v2.x</url>
</scm>

Expand Down

0 comments on commit d59a9de

Please sign in to comment.