Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade core dependency version to 1.557
So code can be built in JDK8. See
https://issues.jenkins-ci.org/browse/JENKINS-18537
  • Loading branch information
ericbn committed Sep 30, 2016
1 parent 9dbdb21 commit 10c11d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,9 +3,9 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.532.1</version>
<version>1.557</version>
</parent>

<artifactId>plot</artifactId>
<packaging>hpi</packaging>
<name>Plot plugin</name>
Expand Down Expand Up @@ -48,12 +48,12 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<version>2.5.3</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.8.1</version>
<version>1.9.5</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 10c11d9

Please sign in to comment.