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
(cherry picked from commit ec29ce6)

Conflicts:

	maven-plugin/pom.xml
  • Loading branch information
olamy authored and vjuranek committed Feb 2, 2012
1 parent 5a9e7dd commit b7dc3aa
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>
<slf4jVersion>1.6.1</slf4jVersion> <!-- < 1.6.x version didn't specify the license (MIT) -->
</properties>

Expand Down

0 comments on commit b7dc3aa

Please sign in to comment.