Skip to content

Commit

Permalink
[JENKINS-49408] Update parent and fix enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza committed Feb 7, 2018
1 parent 4aab551 commit c15d3fe
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>2.9</version>
<version>3.4</version>
<relativePath />
</parent>

Expand All @@ -18,6 +18,7 @@
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Githubnotify+Step+Plugin</url>

<properties>
<java.level>8</java.level>
<jenkins.version>1.642.3</jenkins.version>
</properties>

Expand Down Expand Up @@ -94,5 +95,12 @@
<version>1.6.4</version>
<scope>test</scope>
</dependency>

<!-- Requiered by upper bounds checks -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>2.4.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit c15d3fe

Please sign in to comment.