Skip to content

Commit

Permalink
[MCOMPILER-530] Update plexus-utils to 3.0.24 - in its (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 12, 2023
1 parent 07758de commit 95c1b99
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/it/MCOMPILER-366/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>2.0.4</version>
<version>3.0.24</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MCOMPILER-366/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

buildLog = new File( basedir, 'build.log' ).text;

assert buildLog.contains("[WARNING] * Required filename-based automodules detected: [plexus-utils-2.0.4.jar, plexus-resources-1.1.0.jar]. Please don't publish this project to a public artifact repository! *");
assert buildLog.contains("[WARNING] * Required filename-based automodules detected: [plexus-utils-3.0.24.jar, plexus-resources-1.1.0.jar]. Please don't publish this project to a public artifact repository! *");
2 changes: 1 addition & 1 deletion src/it/automodules-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>2.0.4</version>
<version>3.0.24</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/it/automodules-application/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

buildLog = new File( basedir, 'build.log' ).text;

assert buildLog.contains("[INFO] Required filename-based automodules detected: [plexus-utils-2.0.4.jar]. Please don't publish this project to a public artifact repository!");
assert buildLog.contains("[INFO] Required filename-based automodules detected: [plexus-utils-3.0.24.jar]. Please don't publish this project to a public artifact repository!");
2 changes: 1 addition & 1 deletion src/it/automodules-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>2.0.4</version>
<version>3.0.24</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/it/automodules-library/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

buildLog = new File( basedir, 'build.log' ).text;

assert buildLog.contains("[WARNING] * Required filename-based automodules detected: [plexus-utils-2.0.4.jar]. Please don't publish this project to a public artifact repository! *");
assert buildLog.contains("[WARNING] * Required filename-based automodules detected: [plexus-utils-3.0.24.jar]. Please don't publish this project to a public artifact repository! *");
2 changes: 1 addition & 1 deletion src/it/automodules-transitive-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>2.0.4</version>
<version>3.0.24</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/it/automodules-transitive-module/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

buildLog = new File( basedir, 'build.log' ).text;

assert buildLog.contains("[WARNING] * Required filename-based automodules detected: [plexus-utils-2.0.4.jar]. Please don't publish this project to a public artifact repository! *");
assert buildLog.contains("[WARNING] * Required filename-based automodules detected: [plexus-utils-3.0.24.jar]. Please don't publish this project to a public artifact repository! *");

0 comments on commit 95c1b99

Please sign in to comment.