Skip to content

Commit bb5d0c6

Browse files
authored
Require Jenkins 2.492.3 or newer (jenkinsci#1787)
* Require Jenkins 2.492.3 or newer Recommended minimum Jenkins version https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ Plugin BOM updates have ended on 2.479.x line * Use plugin BOM 5085.v05cc65a_936d3
1 parent 8cffb21 commit bb5d0c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<changelist>-SNAPSHOT</changelist>
3737
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3838
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
39-
<jenkins.baseline>2.479</jenkins.baseline>
39+
<jenkins.baseline>2.492</jenkins.baseline>
4040
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
4141
<no-test-jar>false</no-test-jar>
4242
<!-- Jenkins.MANAGE is still in Beta -->
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.jenkins.tools.bom</groupId>
5555
<artifactId>bom-${jenkins.baseline}.x</artifactId>
56-
<version>5054.v620b_5d2b_d5e6</version>
56+
<version>5085.v05cc65a_936d3</version>
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>
@@ -102,9 +102,6 @@
102102
<groupId>org.jenkins-ci.plugins</groupId>
103103
<artifactId>matrix-project</artifactId>
104104
<optional>true</optional>
105-
<!-- pipeline-model-definition plugins fail to start git plugin in PCT for 2.479.x and 2.492.x line -->
106-
<!-- TODO: Remove once this workaround dependency downgrade is no longer required for PCT -->
107-
<!-- <version>832.va_66e270d2946</version> -->
108105
</dependency>
109106
<dependency>
110107
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)