Skip to content

Commit

Permalink
Merge pull request #16 from jan-molak/master
Browse files Browse the repository at this point in the history
[JENKINS-27091] Compatibility with Jenkins core 1.577 and newer
  • Loading branch information
ki82 committed May 12, 2015
2 parents e120f9c + f0f2c00 commit a69fbfd
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.509.4</version>
<version>1.577</version>
</parent>

<artifactId>claim</artifactId>
Expand Down Expand Up @@ -52,7 +52,15 @@
<version>1.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>


</project>

0 comments on commit a69fbfd

Please sign in to comment.