diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c34e5d..0f59d4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ genauso wie an [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Aus Gründen der Übersichtlichkeit sind bei älteren Versionen die einzelnen Patch-Versionen nicht extra aufgeführt, sondern in der Minor-Version. -## [Unreleased] +## [7.0.1] - 2024-01-26 ### Fixed diff --git a/lib/pom.xml b/lib/pom.xml index be0cd5bd..fabd4051 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -12,7 +12,7 @@ com.github.oboehm gdv-xport - 7.0.1-SNAPSHOT + 7.0.1 gdv-xport-lib diff --git a/pom.xml b/pom.xml index 0c27d51a..7dfa4a4d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.github.oboehm gdv-xport pom - 7.0.1-SNAPSHOT + 7.0.1 GDV.XPort diff --git a/service/pom.xml b/service/pom.xml index 1359006f..ca81edf9 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -6,7 +6,7 @@ com.github.oboehm gdv-xport - 7.0.1-SNAPSHOT + 7.0.1 gdv-xport-service diff --git a/src/script/deploy.sh b/src/script/deploy.sh index 66e190d0..e62cf33e 100755 --- a/src/script/deploy.sh +++ b/src/script/deploy.sh @@ -8,7 +8,7 @@ # set up some constants URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -VERSION=7.0.0 +VERSION=7.0.1 options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging" # passphrase is needed for signing