diff --git a/Jenkinsfile b/Jenkinsfile index 9a03559..3ea976e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -138,7 +138,7 @@ pipeline { } } } - stage('Parallel: Sonar analysis and contract tests') { + /*stage('Parallel: Sonar analysis and contract tests') { parallel { stage('Sonar analysis') { agent any @@ -206,7 +206,7 @@ pipeline { } } } - } + }*/ stage('ERD generation') { agent { node { diff --git a/gradle.properties b/gradle.properties index efee700..cfcad4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,4 +9,4 @@ serviceName=openlmis-auth # Only a Release Manager should update this # See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release ###################################################################### -serviceVersion=4.3.1-SNAPSHOT +serviceVersion=4.3.1-RC1