Skip to content

Commit

Permalink
[FIXED JENKINS-11164] upgrade Apache Maven Wagon to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Sep 29, 2011
1 parent 08ddde0 commit ec29ce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion licenseCompleter.groovy
Expand Up @@ -96,7 +96,10 @@ complete {
}



match("nekohtml:xercesMinimal:1.9.6.2") {
if (dependency.licenses.isEmpty())
rewriteLicense([], apacheLicense)
}

//
// Choose from multi-licensed modules
Expand All @@ -105,4 +108,5 @@ complete {
match("*:jna-posix") {
accept("GNU Lesser General Public License Version 2.1")
}

}
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Expand Up @@ -46,7 +46,7 @@ THE SOFTWARE.
<maven.version>${mavenVersion}</maven.version>
<aetherVersion>1.11</aetherVersion>
<sisuInjectVersion>2.2.0</sisuInjectVersion>
<wagonVersion>1.0</wagonVersion>
<wagonVersion>2.0</wagonVersion>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit ec29ce6

Please sign in to comment.