From c1fd74bc8cb2d5566fa55f9014ae60880a5f6cd0 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Wed, 12 Feb 2020 13:32:13 +0100 Subject: [PATCH] fix ci --- Jenkinsfile | 1 - pom.xml | 22 +++------------------- 2 files changed, 3 insertions(+), 20 deletions(-) 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 +