Skip to content

Commit

Permalink
Hopefully make the PR builders happy until INFRA-1005
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Dec 16, 2016
1 parent e159fc3 commit 59247f5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>2.6.1-beta-1-SNAPSHOT</version>
<version>2.6.2-beta-1-SNAPSHOT</version>
<exclusions>
<!-- To avoid ClassNotFoundException during InjectedTest -->
<exclusion>
Expand Down Expand Up @@ -110,6 +110,16 @@
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
<repository> <!-- TODO REMOVE when git -beta-1 released -->
<id>temp</id>
<url>https://www.dropbox.com/sh/qgv79o86zavm4ko/AADP4eOP9uUIRs2h1fi9SLgWa</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 59247f5

Please sign in to comment.