Skip to content

Commit

Permalink
[FIXED JENKINS-4861] Use newer version of transitive plexus-utils dep…
Browse files Browse the repository at this point in the history
…endency that allows to correctly deploy artifacts using scpexe.
  • Loading branch information
Raúl Wegmann committed Aug 22, 2014
1 parent 4d1f9cc commit 7f6145d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -61,6 +61,20 @@ THE SOFTWARE.
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>

<dependencyManagement>
<dependencies>
<!-- Newer version of plexus-utils is required for artifact deployment to
work using scpexe wagon (see JENKINS-4861). This may be removed when
the effective version of the transitive plexus-utils dependency is 3.0.16+. -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.17</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 7f6145d

Please sign in to comment.