Skip to content

Commit

Permalink
Merge pull request #498 from basil/pom
Browse files Browse the repository at this point in the history
Update plugin parent POM and plugin BOM
  • Loading branch information
olamy authored Mar 17, 2022
2 parents 5eef7d0 + 573bae0 commit 86dec77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
19 changes: 0 additions & 19 deletions pipeline-model-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,6 @@
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>codenarc-maven-plugin</artifactId>
<version>0.22-1</version>
<configuration>
<groovyVersion>2.4.7</groovyVersion>
<sourceDirectory>${project.basedir}/src/main/</sourceDirectory>
<maxPriority1Violations>0</maxPriority1Violations>
</configuration>
<executions>
<execution>
<id>codenarc</id>
<goals>
<goal>codenarc</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Expand Down
19 changes: 9 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.31</version>
<version>4.37</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -74,8 +74,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1117.v62a_f6a_01de98</version>
<artifactId>bom-2.332.x</artifactId>
<version>1198.v387c834fca_1a_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -84,12 +84,6 @@
<artifactId>jenkins-test-harness-tools</artifactId>
<version>2.2</version>
</dependency>
<!-- TODO remove this dependency when it is available in the plugin-pom -->
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>1697.v6b_1e34cb_4ee6</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
Expand All @@ -100,6 +94,11 @@
<artifactId>jcabi-matchers</artifactId>
<version>1.5.3</version>
<exclusions>
<exclusion>
<!-- RequireUpperBoundDeps conflict with XStream -->
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<!-- replaced by org.hamcrest:hamcrest -->
<groupId>org.hamcrest</groupId>
Expand Down Expand Up @@ -161,7 +160,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/pipeline-model-definition-plugin</gitHubRepo>
<jenkins.version>2.321</jenkins.version>
<jenkins.version>2.332.1</jenkins.version>
<java.level>8</java.level>
<groovy.version>2.4.12</groovy.version>
</properties>
Expand Down

0 comments on commit 86dec77

Please sign in to comment.