Skip to content

Commit

Permalink
Upgrade plugin parent 1.580 -> 2.16 (2.17 has a known issue https://i…
Browse files Browse the repository at this point in the history
  • Loading branch information
aheritier committed Oct 26, 2016
1 parent 11eefae commit a9cf7f5
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pom.xml
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.580</version>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.16</version>
</parent>

<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -23,14 +23,12 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
</repository>
</distributionManagement>
<properties>
<jenkins.version>1.580</jenkins.version>
<java.level>6</java.level>
</properties>

<developers>
<developers>
<developer>
<id>pellepelster</id>
<name>Christian Pelster</name>
Expand Down

0 comments on commit a9cf7f5

Please sign in to comment.