diff --git a/doc/delivery.adoc b/doc/delivery.adoc
index 1450b703..a4047c81 100644
--- a/doc/delivery.adoc
+++ b/doc/delivery.adoc
@@ -26,8 +26,7 @@ Check-Liste für die Auslieferung eines neuen Releases:
|D-Day
|Finaler Release-Build und Release-Test (inkl. Signierung)
|baue alle Artefakte auf dem Release-Branch
-(`mvn -B -Prelease -Dpatterntesting.integrationTest clean install source:jar javadoc:jar gpg:sign -Dgpg.passphrase=xx`);
-sollte das maven-surefire-plugin unter Java 11 mit einer NullPointerException aussteigen, den Build mit Java 8 versuchen
+(`mvn -DskipTests clean install source:jar javadoc:jar gpg:sign -Dgpg.passphrase=xx`);
|D-Day
|Docker-Image bauen und pushen
diff --git a/lib/pom.xml b/lib/pom.xml
index 4407196a..75a3672c 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -12,7 +12,7 @@
com.github.oboehm
gdv-xport
- 7.0.0-SNAPSHOT
+ 7.0.0
gdv-xport-lib
diff --git a/pom.xml b/pom.xml
index 43fddfca..246b7f03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.github.oboehm
gdv-xport
pom
- 7.0.0-SNAPSHOT
+ 7.0.0
GDV.XPort
@@ -741,81 +741,7 @@
https://groups.google.com/forum/#!forum/gdv-xport
-
-
-
-
-
-
- release
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 3.1.0
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- maven-install-plugin
-
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- attach-sources
-
- jar
-
-
-
-
-
- maven-release-plugin
-
-
- -Prelease
-
-
-
-
- org.apache.maven.plugins
- maven-changes-plugin
- 2.12.1
-
-
- validate-changes
- pre-site
-
- changes-validate
-
-
-
- true
-
-
-
-
-
-
-
-
-
+
diff --git a/service/pom.xml b/service/pom.xml
index 630330df..c20f3f7f 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -6,7 +6,7 @@
com.github.oboehm
gdv-xport
- 7.0.0-SNAPSHOT
+ 7.0.0
gdv-xport-service
diff --git a/src/script/deploy.sh b/src/script/deploy.sh
index 5e7cd18d..66e190d0 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=6.6.0
+VERSION=7.0.0
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"
# passphrase is needed for signing