Skip to content

Commit

Permalink
Update parent pom and core requirement (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp authored Nov 4, 2021
1 parent ff04fa6 commit 7b28cce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.19</version>
<version>4.30</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down Expand Up @@ -63,16 +63,16 @@
</pluginRepositories>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.304</jenkins.version>
<jenkins.version>2.303.1</jenkins.version>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.277.x</artifactId>
<version>876.vc43b4c6423b6</version>
<artifactId>bom-2.303.x</artifactId>
<version>987.v4ade2e49fe70</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 7b28cce

Please sign in to comment.