Skip to content

Commit

Permalink
Release Version 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Mar 11, 2019
1 parent 42c4c87 commit be06850
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 21 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# Release Version 1.9.3
Version 1.9.3 was released on 2019-03-11.

**Bugfixes**
* Rollback idle transactions instead of closing database


# Release Version 1.9.2
Version 1.9.2 was released on 2019-03-11.

Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Auth.Basic/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.Auth.Keycloak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.Core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTT</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.MQTTP/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.MQTTP</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL.PGLong/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL.PGLong</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL.PGString/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL.PGString</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL.PGUuid/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL.PGUuid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion FROST-Server.SQL/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>FROST-Server.SQL</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -40,9 +40,9 @@ To compile FROST-Server you need to have a JDK and Maven installed.
## Downloading

Instead of compiling the server yourself, you can also download pre-built war and jar files from:
* [FROST-Server.MQTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTTP%2F1.9.2%2FFROST-Server.MQTTP-1.9.2.war)
* [FROST-Server.HTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.HTTP%2F1.9.2%2FFROST-Server.HTTP-1.9.2.war)
* [FROST-Server.MQTT](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTT%2F1.9.2%2FFROST-Server.MQTT-1.9.2-jar-with-dependencies.jar)
* [FROST-Server.MQTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTTP%2F1.9.3%2FFROST-Server.MQTTP-1.9.3.war)
* [FROST-Server.HTTP](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.HTTP%2F1.9.3%2FFROST-Server.HTTP-1.9.3.war)
* [FROST-Server.MQTT](https://bintray.com/fraunhoferiosb/Maven/download_file?file_path=de%2Ffraunhofer%2Fiosb%2Filt%2FFROST-Server%2FFROST-Server.MQTT%2F1.9.3%2FFROST-Server.MQTT-1.9.3-jar-with-dependencies.jar)

Or you can use Docker.

Expand Down
4 changes: 2 additions & 2 deletions helm/frost-server/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: frost-server
version: 1.9.5
appVersion: 1.9.2
version: 1.9.6
appVersion: 1.9.3
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
Expand Up @@ -9,7 +9,7 @@ frost:
image:
registry: docker.io
repository: fraunhoferiosb/frost-server-http
tag: 1.9.2
tag: 1.9.3
pullPolicy: IfNotPresent
# FROST-Server HTTP deployment settings
replicas: 1
Expand Down Expand Up @@ -87,7 +87,7 @@ frost:
image:
registry: docker.io
repository: fraunhoferiosb/frost-server-mqtt
tag: 1.9.2
tag: 1.9.3
pullPolicy: IfNotPresent
# FROST-Server MQTT deployment settings
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
<artifactId>FROST-ServerParent</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<packaging>pom</packaging>

<name>FROST-ServerParent</name>
Expand Down Expand Up @@ -96,7 +96,7 @@
<connection>scm:git:git://github.com/FraunhoferIOSB/SensorThingsServer.git</connection>
<developerConnection>scm:git:ssh://github.com:FraunhoferIOSB/SensorThingsServer.git</developerConnection>
<url>https://github.com/FraunhoferIOSB/FROST-Server/tree/master</url>
<tag>v1.9.2</tag>
<tag>v1.9.3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit be06850

Please sign in to comment.