Skip to content

Commit

Permalink
Merge pull request #2 from oleg-nenashev/master
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
oleg-nenashev committed Jun 11, 2015
2 parents bf81e96 + 2c28468 commit 9d4c2ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.536</version><!-- which version of Jenkins is this plugin built against? -->
<version>1.554.3</version><!-- which version of Jenkins is this plugin built against? -->
</parent>

<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -27,6 +27,12 @@
<version>4.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>1.8.3</version>
<scope>test</scope>
</dependency>
</dependencies>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
Expand Down

0 comments on commit 9d4c2ce

Please sign in to comment.