Skip to content

Commit

Permalink
[JENKINS-36923] Allow snapshot resolution so the PR builder can run
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jul 25, 2016
1 parent 03066d5 commit 0e8fe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -115,7 +115,7 @@ THE SOFTWARE.
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled> <!-- TODO should we turn this back after merging JENKINS-36923? -->
</snapshots>
</repository>
</repositories>
Expand Down

0 comments on commit 0e8fe87

Please sign in to comment.