diff --git a/Jenkinsfile b/Jenkinsfile
index a72db33..59a4899 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,6 @@ node {
stage('Deploy') {
sh "mvn ${mvnParams} releaser:release"
- sh "mvn ${mvnParams} scm:tag"
}
}
}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0ddb2d5..c25979e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -174,29 +174,13 @@
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.7
- true
-
- sonatype-nexus-snapshot
- https://oss.sonatype.org/
- true
-
-
-
- maven-scm-plugin
- 1.11.2
-
- ${project.version}
- developerConnection
-
-
com.github.danielflower.mavenplugins
multi-module-maven-release-plugin
3.2.0
+
+ developerConnection
+