We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66abb73 commit a87fc7aCopy full SHA for a87fc7a
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>5.1</version>
+ <version>5.2</version>
9
<relativePath />
10
</parent>
11
@@ -28,7 +28,9 @@
28
<revision>4.11.0</revision>
29
<changelist>999999-SNAPSHOT</changelist>
30
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
31
- <jenkins.version>2.479</jenkins.version>
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
32
+ <jenkins.baseline>2.479</jenkins.baseline>
33
+ <jenkins.version>${jenkins.baseline}.1</jenkins.version>
34
<no-test-jar>false</no-test-jar>
35
<!--
36
beware https://github.com/jenkinsci/plugin-pom/issues/705 and https://github.com/jenkinsci/plugin-pom/issues/707
0 commit comments