Skip to content

Commit

Permalink
Align with Jenkins 1.579 to include fix JENKINS-21977
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbacot committed Jan 30, 2016
1 parent f5b43a5 commit 43909e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.567</version>
<version>1.579</version>
</parent>

<artifactId>mattermost</artifactId>
Expand Down Expand Up @@ -54,6 +54,11 @@
<artifactId>json</artifactId>
<version>20131018</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 43909e6

Please sign in to comment.