Skip to content

Commit

Permalink
[MNG-8595] Bump slf4jVersion from 2.0.16 to 2.0.17
Browse files Browse the repository at this point in the history
Also adjust distro packaging, as license name changed
from "MIT License" to "MIT".

---

https://issues.apache.org/jira/browse/MNG-8595
  • Loading branch information
cstamas committed Feb 26, 2025
1 parent 48c66e3 commit 900c8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subject to the terms and conditions of the following licenses:
##
#set ( $apacheMavenGroupIds = [ "org.apache.maven", "org.apache.maven.wagon", "org.apache.maven.resolver",
"org.apache.maven.shared" ] )
#set ( $MITLicenseNames = [ "MIT License", "MIT license", "The MIT License" ] )
#set ( $MITLicenseNames = [ "MIT License", "MIT license", "The MIT License", "MIT" ] )
#foreach ( $project in $projects )
#**##foreach ( $license in $project.licenses )
#* *##set ( $groupId = $project.artifact.groupId )
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ under the License.
<resolverVersion>2.0.6</resolverVersion>
<securityDispatcherVersion>4.1.0</securityDispatcherVersion>
<sisuVersion>0.9.0.M3</sisuVersion>
<slf4jVersion>2.0.16</slf4jVersion>
<slf4jVersion>2.0.17</slf4jVersion>
<stax2ApiVersion>4.2.2</stax2ApiVersion>
<wagonVersion>3.5.3</wagonVersion>
<woodstoxVersion>7.1.0</woodstoxVersion>
Expand Down

0 comments on commit 900c8bc

Please sign in to comment.