Skip to content

Commit

Permalink
Merge pull request #90 from sghill-rewrite/modernize/jenkins-2.440.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill authored Aug 1, 2024
2 parents 7b5df3f + 8ae42b5 commit 99a50df
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 @@ -4,14 +4,14 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.85</version>
<version>4.86</version>
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<revision>1.12.0</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/commons-text-api-plugin</gitHubRepo>
Expand All @@ -28,8 +28,8 @@
</dependency>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.426.x</artifactId>
<version>3208.vb_21177d4b_cd9</version>
<artifactId>bom-2.440.x</artifactId>
<version>3221.ve8f7b_fdd149d</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 99a50df

Please sign in to comment.