Skip to content

Commit c692ae5

Browse files
authored
Merge pull request jenkinsci#181 from jglick/2.289.x
Backdate core dep from 2.303.x to 2.289.x
2 parents e14ab06 + e1e2d41 commit c692ae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ THE SOFTWARE.
6464
</pluginRepositories>
6565
<properties>
6666
<changelist>999999-SNAPSHOT</changelist>
67-
<jenkins.version>2.303.3</jenkins.version>
67+
<jenkins.version>2.289.1</jenkins.version>
6868
<no-test-jar>false</no-test-jar>
6969
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
7070
</properties>
7171
<dependencyManagement>
7272
<dependencies>
7373
<dependency>
7474
<groupId>io.jenkins.tools.bom</groupId>
75-
<artifactId>bom-2.303.x</artifactId>
75+
<artifactId>bom-2.289.x</artifactId>
7676
<version>1289.v5c4b_1c43511b_</version>
7777
<scope>import</scope>
7878
<type>pom</type>
@@ -139,7 +139,7 @@ THE SOFTWARE.
139139
<dependency>
140140
<groupId>io.jenkins.plugins</groupId>
141141
<artifactId>pipeline-groovy-lib</artifactId>
142-
<version>589.vb_a_b_4a_a_8c443c</version> <!-- TODO until in BOM -->
142+
<version>591.v3a_7f422b_d058</version> <!-- TODO until in BOM -->
143143
<scope>test</scope>
144144
</dependency>
145145
<dependency>

0 commit comments

Comments
 (0)