Skip to content

Commit f7ff201

Browse files
authored
[MNG-8595] Bump slf4jVersion from 2.0.16 to 2.0.17 (#2130)
Also adjust distro packaging, as license name changed from "MIT License" to "MIT". --- https://issues.apache.org/jira/browse/MNG-8595
1 parent e865a12 commit f7ff201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache-maven/src/main/appended-resources/META-INF/LICENSE.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subject to the terms and conditions of the following licenses:
2424
##
2525
#set ( $apacheMavenGroupIds = [ "org.apache.maven", "org.apache.maven.wagon", "org.apache.maven.resolver",
2626
"org.apache.maven.shared" ] )
27-
#set ( $MITLicenseNames = [ "MIT License", "MIT license", "The MIT License" ] )
27+
#set ( $MITLicenseNames = [ "MIT License", "MIT license", "The MIT License", "MIT" ] )
2828
#foreach ( $project in $projects )
2929
#**##foreach ( $license in $project.licenses )
3030
#* *##set ( $groupId = $project.artifact.groupId )

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ under the License.
165165
<resolverVersion>2.0.6</resolverVersion>
166166
<securityDispatcherVersion>4.1.0</securityDispatcherVersion>
167167
<sisuVersion>0.9.0.M3</sisuVersion>
168-
<slf4jVersion>2.0.16</slf4jVersion>
168+
<slf4jVersion>2.0.17</slf4jVersion>
169169
<stax2ApiVersion>4.2.2</stax2ApiVersion>
170170
<wagonVersion>3.5.3</wagonVersion>
171171
<woodstoxVersion>7.1.0</woodstoxVersion>

0 commit comments

Comments
 (0)