Skip to content

Commit

Permalink
Bump version of plugin-pom to 4.0.
Browse files Browse the repository at this point in the history
Set Jenkins version to 2.204.
  • Loading branch information
uhafner committed Apr 18, 2020
1 parent c5bde36 commit 92114db
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.57</version>
<version>4.0</version>
<relativePath />
</parent>

<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<packaging>pom</packaging>
<name>Analysis Plug-ins Parent POM</name>
<version>2.4.2-SNAPSHOT</version>
<version>4.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
Parent POM for Jenkins Plugins (see https://github.com/jenkinsci/plugin-pom) with a predefined configuration of
Expand All @@ -22,9 +22,9 @@
</description>

<properties>
<jenkins.version>2.138.4</jenkins.version>
<jenkins.baseline>2.204</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<java.level>8</java.level>
<jenkins-test-harness.version>2.63</jenkins-test-harness.version>
<spotbugs.failOnError>false</spotbugs.failOnError>
<codingstyle.config.version>1.1.0</codingstyle.config.version>

Expand Down Expand Up @@ -83,16 +83,11 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.138.x</artifactId>
<version>4</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>${jenkins-test-harness.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down

0 comments on commit 92114db

Please sign in to comment.