Skip to content

Commit

Permalink
[JENKINS-47782] Migrate to 2.7 parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fbelzunc committed Nov 2, 2017
1 parent 67f0107 commit 295dc6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.642.3</version>
<version>2.7</version>
</parent>

<artifactId>bitbucket</artifactId>
Expand All @@ -22,6 +22,7 @@
</scm>

<properties>
<jenkins.version>1.642.3</jenkins.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
Expand Down Expand Up @@ -61,6 +62,13 @@
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 295dc6e

Please sign in to comment.