Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[JENKINS-21268] [JENKINS-14727] Make maven-plugin a mandatory depende…
Browse files Browse the repository at this point in the history
…ncy.

Workaround for JENKINS-21268. The maven plug-in can't be optional without breaking the API. This issue needs to be adressed in  2.x release.
  • Loading branch information
uhafner committed Nov 28, 2015
1 parent bc92ac8 commit c9ffe29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>1.63</version>
<version>1.64</version>
<relativePath>../../analysis-pom</relativePath>
</parent>

Expand Down

0 comments on commit c9ffe29

Please sign in to comment.