Skip to content

Commit

Permalink
Merge pull request #52 from jglick/pipeline-groovy-lib
Browse files Browse the repository at this point in the history
[JENKINS-57023] Switch dep from `workflow-cps-global-lib` to `pipeline-groovy-lib`
  • Loading branch information
jglick authored May 24, 2022
2 parents f9af997 + dd9d931 commit 0c46fa6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
</pluginRepositories>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.289.3</jenkins.version>
<jenkins.version>2.303.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<artifactId>bom-2.303.x</artifactId>
<version>1382.v7d694476f340</version>
<scope>import</scope>
<type>pom</type>
Expand All @@ -86,8 +86,9 @@
<artifactId>workflow-cps</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>workflow-cps-global-lib</artifactId>
<groupId>io.jenkins.plugins</groupId>
<artifactId>pipeline-groovy-lib</artifactId>
<version>589.vb_a_b_4a_a_8c443c</version> <!-- TODO pending inclusion in BOM -->
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 0c46fa6

Please sign in to comment.