Skip to content

Commit

Permalink
Merge pull request #49 from fbelzunc/update-pom
Browse files Browse the repository at this point in the history
[FIXED JENKINS-47782] Migrate to 2.7 parent pom
  • Loading branch information
fbelzunc committed Nov 2, 2017
2 parents 67f0107 + 295dc6e commit bf845bb
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 bf845bb

Please sign in to comment.