From e8821c2b90ab933d8fe3a2ddb2c1977f1bcfa42c Mon Sep 17 00:00:00 2001 From: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com> Date: Thu, 25 Jul 2019 15:27:49 +0200 Subject: [PATCH] Make library versioning more flexible (#806) There is a possibility with maven to inject the version number into the build (see https://maven.apache.org/maven-ci-friendly.html). This will allow us to publish regular releases without permanent PRs for version updates. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 402a28300..6231dd661 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 4.0.0 com.sap.cp.jenkins jenkins-library - 0.11 + ${revision} SAP CP Piper Library Shared library containing steps and utilities to set up continuous deployment processes for SAP technologies. @@ -40,6 +40,7 @@ + 0-SNAPSHOT true 2.32.3 2.5 @@ -47,7 +48,6 @@ 8 -