From 403aab45c5b25580980c4e87466b21027968e530 Mon Sep 17 00:00:00 2001 From: Michael Jacoby Date: Thu, 18 Jul 2024 12:09:19 +0200 Subject: [PATCH] Release v1.1.0 --- README.md | 8 +- assetconnection/common/pom.xml | 2 +- assetconnection/http/pom.xml | 2 +- assetconnection/mqtt/pom.xml | 2 +- assetconnection/opcua/pom.xml | 2 +- checks/pom.xml | 2 +- core/pom.xml | 2 +- dataformat/json/pom.xml | 2 +- docs/source/basics/installation.md | 4 +- docs/source/other/release-notes.md | 3 +- .../aggregate-third-party-report.html | 2101 +++++++++-------- endpoint/http/pom.xml | 2 +- endpoint/opcua/pom.xml | 2 +- examples/assetconnection-custom/pom.xml | 2 +- filestorage/filesystem/pom.xml | 2 +- filestorage/memory/pom.xml | 2 +- messagebus/internal/pom.xml | 2 +- messagebus/mqtt/pom.xml | 2 +- model/pom.xml | 2 +- persistence/file/pom.xml | 2 +- persistence/memory/pom.xml | 2 +- pom.xml | 4 +- starter/pom.xml | 2 +- test/pom.xml | 2 +- 24 files changed, 1200 insertions(+), 958 deletions(-) diff --git a/README.md b/README.md index 3b99092f1..2a0bbb708 100644 --- a/README.md +++ b/README.md @@ -35,23 +35,23 @@ The features of FA³ST Service include ### Download pre-compiled JAR -[Download latest RELEASE version (1.0.1)](https://repo1.maven.org/maven2/de/fraunhofer/iosb/ilt/faaast/service/starter/1.0.1/starter-1.0.1.jar) +[Download latest RELEASE version (1.1.0)](https://repo1.maven.org/maven2/de/fraunhofer/iosb/ilt/faaast/service/starter/1.1.0/starter-1.1.0.jar) -[Download latest SNAPSHOT version (1.1.0-SNAPSHOT)](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=de.fraunhofer.iosb.ilt.faaast.service&a=starter&v=1.1.0-SNAPSHOT) + ### As Maven Dependency ```xml de.fraunhofer.iosb.ilt.faaast.service starter - 1.0.1 + 1.1.0 ``` ### As Gradle Dependency ```kotlin -implementation 'de.fraunhofer.iosb.ilt.faaast.service:starter:1.0.1' +implementation 'de.fraunhofer.iosb.ilt.faaast.service:starter:1.1.0' ``` ## Building from Source diff --git a/assetconnection/common/pom.xml b/assetconnection/common/pom.xml index e13c4cb32..976a2b6ab 100644 --- a/assetconnection/common/pom.xml +++ b/assetconnection/common/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.service service - 1.1.0-SNAPSHOT + 1.1.0 ../../pom.xml de.fraunhofer.iosb.ilt.faaast.service diff --git a/assetconnection/http/pom.xml b/assetconnection/http/pom.xml index ea8e68e93..380505b28 100644 --- a/assetconnection/http/pom.xml +++ b/assetconnection/http/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.service service - 1.1.0-SNAPSHOT + 1.1.0 ../../pom.xml de.fraunhofer.iosb.ilt.faaast.service diff --git a/assetconnection/mqtt/pom.xml b/assetconnection/mqtt/pom.xml index 4a3fbb76f..a8e3fb71e 100644 --- a/assetconnection/mqtt/pom.xml +++ b/assetconnection/mqtt/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.service service - 1.1.0-SNAPSHOT + 1.1.0 ../../pom.xml de.fraunhofer.iosb.ilt.faaast.service diff --git a/assetconnection/opcua/pom.xml b/assetconnection/opcua/pom.xml index 52caa4e3c..d5993ba72 100644 --- a/assetconnection/opcua/pom.xml +++ b/assetconnection/opcua/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.service service - 1.1.0-SNAPSHOT + 1.1.0 ../../pom.xml de.fraunhofer.iosb.ilt.faaast.service diff --git a/checks/pom.xml b/checks/pom.xml index dc03fc780..4871dcac1 100644 --- a/checks/pom.xml +++ b/checks/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.service service - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml de.fraunhofer.iosb.ilt.faaast.service diff --git a/core/pom.xml b/core/pom.xml index 47281d7c4..171366226 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.service service - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml de.fraunhofer.iosb.ilt.faaast.service diff --git a/dataformat/json/pom.xml b/dataformat/json/pom.xml index bae66825b..0635785ef 100644 --- a/dataformat/json/pom.xml +++ b/dataformat/json/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.service service - 1.1.0-SNAPSHOT + 1.1.0 ../../pom.xml dataformat-json diff --git a/docs/source/basics/installation.md b/docs/source/basics/installation.md index 34ad2d73c..dfe633cbc 100644 --- a/docs/source/basics/installation.md +++ b/docs/source/basics/installation.md @@ -18,14 +18,14 @@ de.fraunhofer.iosb.ilt.faaast.service starter - 1.0.1 + 1.1.0 ``` ## Gradle Dependency ```groovy -implementation 'de.fraunhofer.iosb.ilt.faaast.service:starter:1.0.1' +implementation 'de.fraunhofer.iosb.ilt.faaast.service:starter:1.1.0' ``` ## Build from Source diff --git a/docs/source/other/release-notes.md b/docs/source/other/release-notes.md index 015f97d43..ac133adda 100644 --- a/docs/source/other/release-notes.md +++ b/docs/source/other/release-notes.md @@ -1,6 +1,5 @@ # Release Notes - -## 1.1.0-SNAPSHOT (current development version) +## 1.1.0 **New Features & Major Changes** - General diff --git a/docs/third_party_licenses_report/aggregate-third-party-report.html b/docs/third_party_licenses_report/aggregate-third-party-report.html index 6da9e7dc8..129b3fc2d 100644 --- a/docs/third_party_licenses_report/aggregate-third-party-report.html +++ b/docs/third_party_licenses_report/aggregate-third-party-report.html @@ -1,6 +1,6 @@ @@ -23,8 +23,8 @@