Skip to content

Commit

Permalink
Merge pull request #851 from jenkinsci/jenkins.2.426.3
Browse files Browse the repository at this point in the history
Prepare for new baseline Jenkins 2.426.3
  • Loading branch information
uhafner committed Jan 24, 2024
2 parents 696f8f5 + 196fe95 commit 5a7cca2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Analysis POM

[![Join the chat at https://gitter.im/jenkinsci/warnings-plugin](https://badges.gitter.im/jenkinsci/warnings-plugin.svg)](https://gitter.im/jenkinsci/warnings-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Jenkins Version](https://img.shields.io/badge/Jenkins-2.387.3-green.svg?label=min.%20Jenkins)](https://jenkins.io/download/)
[![Jenkins Version](https://img.shields.io/badge/Jenkins-2.426.3-green.svg?label=min.%20Jenkins)](https://jenkins.io/download/)
[![Jenkins](https://ci.jenkins.io/job/Plugins/job/analysis-pom-plugin/job/main/badge/icon?subject=Jenkins%20CI)](https://ci.jenkins.io/job/Plugins/job/analysis-pom-plugin/job/main/)
[![GitHub Actions](https://github.com/jenkinsci/analysis-pom-plugin/workflows/GitHub%20CI/badge.svg)](https://github.com/jenkinsci/analysis-pom-plugin/actions)

Expand Down
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>analysis-pom</artifactId>
<packaging>pom</packaging>
<name>Analysis Plug-ins Parent POM</name>
<version>6.18.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>

<url>https://github.com/jenkinsci/analysis-pom-plugin</url>
<description>This static analysis POM serves as parent POM for all my Jenkins Plugins. It basically enhances the
Expand All @@ -23,14 +23,14 @@
</description>

<properties>
<jenkins.baseline>2.387</jenkins.baseline>
<jenkins.baseline>2.426</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotbugs.failOnError>false</spotbugs.failOnError>
<codingstyle.config.version>3.32.0</codingstyle.config.version>

<!-- NPM and node versions for frontend-maven-plugin -->
<node.version>18.17.1</node.version>
<npm.version>9.8.1</npm.version>
<node.version>20.11.0</node.version>
<npm.version>10.3.0</npm.version>

<!-- Test Library Dependencies Versions -->
<equalsverifier.version>3.15.6</equalsverifier.version>
Expand All @@ -52,6 +52,8 @@
<revapi-java.version>0.28.1</revapi-java.version>
<revapi-reporter-json-version>0.5.0</revapi-reporter-json-version>
<assertj-assertions-generator-maven-plugin.version>2.2.0</assertj-assertions-generator-maven-plugin.version>

<jenkins-test-harness.version>2152.v60323ca_97732</jenkins-test-harness.version>
</properties>

<licenses>
Expand All @@ -74,7 +76,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<version>2746.vb_79a_1d3e7b_c8</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 5a7cca2

Please sign in to comment.