From 8c5c6104f72862aae201564417450beeda945d29 Mon Sep 17 00:00:00 2001 From: Michael Jacoby Date: Fri, 13 Dec 2024 08:49:10 +0100 Subject: [PATCH] Release v1.0.0 --- README.md | 3 +-- checks/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5679550..1f0e084 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,7 @@ to instantiate an interface for connection with that server. ## Changelog - -### 1.0.0-SNAPSHOT (current development version) +### 1.0.0 First release! diff --git a/checks/pom.xml b/checks/pom.xml index a867670..02b1dc8 100644 --- a/checks/pom.xml +++ b/checks/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.client faaast-client - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml de.fraunhofer.iosb.ilt.faaast.client diff --git a/core/pom.xml b/core/pom.xml index 3d7bc9d..3d0a08c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ de.fraunhofer.iosb.ilt.faaast.client faaast-client - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml de.fraunhofer.iosb.ilt.faaast.client diff --git a/pom.xml b/pom.xml index ec9f7ce..d39cd61 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 de.fraunhofer.iosb.ilt.faaast.client faaast-client - 1.0.0-SNAPSHOT + 1.0.0 pom client A user client for the AAS API @@ -41,7 +41,7 @@ scm:git:git://github.com/FraunhoferIOSB/FAAAST-Client.git scm:git:ssh://github.com:FraunhoferIOSB/FAAAST-Client.git - HEAD + v1.0.0 https://github.com/FraunhoferIOSB/FAAAST-Client/tree/main