diff --git a/Jenkinsfile b/Jenkinsfile
index 0eaaa8b..c913978 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,8 +24,7 @@ pipeline {
branch "PR-*"
}
environment {
- PROJECT_VERSION = maven_project_version()
- VERSION = "$PROJECT_VERSION".replaceAll("SNAPSHOT","$BRANCH_NAME-$BUILD_NUMBER-SNAPSHOT")
+ VERSION = maven_project_version().replaceAll("SNAPSHOT","$BRANCH_NAME-$BUILD_NUMBER-SNAPSHOT")
PREVIEW_NAMESPACE = "$APP_NAME-$BRANCH_NAME".toLowerCase()
HELM_RELEASE = "$PREVIEW_NAMESPACE".toLowerCase()
}
diff --git a/pom.xml b/pom.xml
index 334f18f..5ca9d73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
HEAD
- 7.1.227
+ 7.1.0-PR-234-7-SNAPSHOT