File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn
main/java/org/apache/maven/cling/executor/internal
test/java/org/apache/maven/cling/executor
its/core-it-suite/src/test/java/org/apache/maven/it Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ under the License.
2121 <extension >
2222 <groupId >eu.maveniverse.maven.mimir</groupId >
2323 <artifactId >extension</artifactId >
24- <version >0.4.1 </version >
24+ <version >0.5.0 </version >
2525 </extension >
2626</extensions >
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ under the License.
235235 <plugin >
236236 <groupId >eu.maveniverse.maven.plugins</groupId >
237237 <artifactId >bom-builder3</artifactId >
238- <version >1.0.3 </version >
238+ <version >1.0.4 </version >
239239 <executions >
240240 <execution >
241241 <id >skinny-bom</id >
Original file line number Diff line number Diff line change @@ -218,10 +218,10 @@ void conflictingSettings(
218218 Map <String , String > logs = invoke (
219219 cwd ,
220220 userHome ,
221- List .of ("eu.maveniverse.maven.plugins:toolbox:0.6.2 :help" ),
221+ List .of ("eu.maveniverse.maven.plugins:toolbox:0.7.4 :help" ),
222222 List .of ("--force-interactive" ));
223223
224- String log = logs .get ("eu.maveniverse.maven.plugins:toolbox:0.6.2 :help" );
224+ String log = logs .get ("eu.maveniverse.maven.plugins:toolbox:0.7.4 :help" );
225225 assertTrue (log .contains ("https://repo1.maven.org/maven2" ), log );
226226 assertFalse (log .contains ("https://repo.maven.apache.org/maven2" ), log );
227227 }
Original file line number Diff line number Diff line change 4040 * @see <a href="https://github.com/maveniverse/toolbox">Maveniverse Toolbox</a>
4141 */
4242public class ToolboxTool implements ExecutorTool {
43- private static final String TOOLBOX = "eu.maveniverse.maven.plugins:toolbox:0.6.2 :" ;
43+ private static final String TOOLBOX = "eu.maveniverse.maven.plugins:toolbox:0.7.4 :" ;
4444
4545 private final ExecutorHelper helper ;
4646
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ void dump3(
7676 List .of (mvn3ExecutorRequestBuilder ()
7777 .cwd (cwd )
7878 .userHomeDirectory (userHome )
79- .argument ("eu.maveniverse.maven.plugins:toolbox:0.6.2 :gav-dump" )
79+ .argument ("eu.maveniverse.maven.plugins:toolbox:0.7.4 :gav-dump" )
8080 .argument ("-l" )
8181 .argument (logfile )
8282 .build ()));
@@ -95,7 +95,7 @@ void dump4(
9595 List .of (mvn4ExecutorRequestBuilder ()
9696 .cwd (cwd )
9797 .userHomeDirectory (userHome )
98- .argument ("eu.maveniverse.maven.plugins:toolbox:0.6.2 :gav-dump" )
98+ .argument ("eu.maveniverse.maven.plugins:toolbox:0.7.4 :gav-dump" )
9999 .argument ("-l" )
100100 .argument (logfile )
101101 .build ()));
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ void testIt() throws Exception {
5757 Verifier verifier = newVerifier (basedir .toString (), null );
5858 verifier .addCliArgument ("-DasProperties" );
5959 verifier .addCliArgument ("-DtoFile=dump.properties" );
60- verifier .addCliArgument ("eu.maveniverse.maven.plugins:toolbox:0.6.2 :gav-dump" );
60+ verifier .addCliArgument ("eu.maveniverse.maven.plugins:toolbox:0.7.4 :gav-dump" );
6161 verifier .execute ();
6262 verifier .verifyErrorFreeLog ();
6363
You can’t perform that action at this time.
0 commit comments