Skip to content

Commit

Permalink
Merge pull request #370 from jonesbusy/feature/jenkins-2.479-baseline
Browse files Browse the repository at this point in the history
Depends on 2.479.1
  • Loading branch information
jonesbusy authored Nov 9, 2024
2 parents 43a194d + 3bbc0ae commit 10419b4
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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.88</version>
<version>5.2</version>
<relativePath/>
</parent>

Expand All @@ -18,8 +18,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>

<jenkins.baseline>2.462</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>

<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3613.v584fca_12cf5c</version>
<version>3654.v237e4a_f2d8da_</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 10419b4

Please sign in to comment.