Skip to content

Commit

Permalink
Update Maven to version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk committed Mar 18, 2023
1 parent 21ce862 commit fc6c403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ public void testArchiveLayout()

expect( 1, 1, "lib/ext/" );
expect( 1, 1, "lib/ext/README\\.txt" );
expect( 1, 1, "lib/ext/hazelcast/" );
expect( 1, 1, "lib/ext/hazelcast/README\\.txt" );
expect( 1, 1, "lib/ext/redisson/" );
expect( 1, 1, "lib/ext/redisson/README\\.txt" );
expect( 1, 1, "lib/ext/xmvn-connector-.*\\.jar" );
expect( 1, 1, "lib/ext/xmvn-core-.*\\.jar" );
expect( 1, 1, "lib/ext/xmvn-api-.*\\.jar" );
Expand Down
2 changes: 1 addition & 1 deletion xmvn-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<asmVersion>9.4</asmVersion>
<jcommanderVersion>1.82</jcommanderVersion>
<mavenResolverVersion>1.9.7</mavenResolverVersion>
<mavenVersion>3.9.0</mavenVersion>
<mavenVersion>3.9.1</mavenVersion>
<plexusUtilsVersion>3.5.1</plexusUtilsVersion>
<pluginToolsVersion>3.8.1</pluginToolsVersion>
<slf4jVersion>2.0.6</slf4jVersion>
Expand Down

0 comments on commit fc6c403

Please sign in to comment.