You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
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.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -12,7 +12,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.sap.cp.jenkins</groupId>
|
||||
<artifactId>jenkins-library</artifactId>
|
||||
<version>0.11</version>
|
||||
<version>${revision}</version>
|
||||
|
||||
<name>SAP CP Piper Library</name>
|
||||
<description>Shared library containing steps and utilities to set up continuous deployment processes for SAP technologies.</description>
|
||||
@@ -40,6 +40,7 @@
|
||||
</pluginRepositories>
|
||||
|
||||
<properties>
|
||||
<revision>0-SNAPSHOT</revision>
|
||||
<findbugs.skip>true</findbugs.skip>
|
||||
<jenkins.version>2.32.3</jenkins.version>
|
||||
<pipeline.version>2.5</pipeline.version>
|
||||
@@ -47,7 +48,6 @@
|
||||
<java.level>8</java.level>
|
||||
</properties>
|
||||
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user