Skip to content

Commit

Permalink
Merge pull request #181 from jglick/2.289.x
Browse files Browse the repository at this point in the history
Backdate core dep from 2.303.x to 2.289.x
  • Loading branch information
jglick authored May 25, 2022
2 parents e14ab06 + e1e2d41 commit c692ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ THE SOFTWARE.
</pluginRepositories>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.303.3</jenkins.version>
<jenkins.version>2.289.1</jenkins.version>
<no-test-jar>false</no-test-jar>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.303.x</artifactId>
<artifactId>bom-2.289.x</artifactId>
<version>1289.v5c4b_1c43511b_</version>
<scope>import</scope>
<type>pom</type>
Expand Down Expand Up @@ -139,7 +139,7 @@ THE SOFTWARE.
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>pipeline-groovy-lib</artifactId>
<version>589.vb_a_b_4a_a_8c443c</version> <!-- TODO until in BOM -->
<version>591.v3a_7f422b_d058</version> <!-- TODO until in BOM -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c692ae5

Please sign in to comment.