diff --git a/Jenkinsfile b/Jenkinsfile index 3ea976e..9a03559 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 cfcad4d..efee700 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-RC1 +serviceVersion=4.3.1-SNAPSHOT