Skip to content

Commit

Permalink
[FIXED JENKINS-7275] lock down maven plugin versions to shut up m3
Browse files Browse the repository at this point in the history
  • Loading branch information
jieryn committed Feb 11, 2011
1 parent adc9683 commit c307735
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -113,6 +113,9 @@ <h3><a name=v1.397>What's new in 1.397</a> <!--=DATE=--></h3>
<li class=rfe>
Debian package will force-terminate Jenkins if it fails to shut down in 5 seconds.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-5415">issue 5415</a>)
<li class=rfe>
Lock down maven plugin versions to shut up m3
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-7275">issue 7275</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.396>What's new in 1.396</a> (2011/02/02)</h3>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.12</version>
<version>1.13</version>
</parent>

<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.12</version>
<version>1.13</version>
</parent>

<groupId>org.jenkins-ci.main</groupId>
Expand Down

0 comments on commit c307735

Please sign in to comment.