This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 3c9e1de166 Correct copy pasta (#10960)
3c9e1de166 is described below
commit 3c9e1de1660aab23a3f6cfc411514433da3d2b09
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jul 20 11:19:34 2025 +0000
Correct copy pasta (#10960)
---
.../test/java/org/apache/maven/it/MavenITmng8294ParentChecksTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng8294ParentChecksTest.java
b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng8294ParentChecksTest.java
index 6e5340af99..65a2417651 100644
---
a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng8294ParentChecksTest.java
+++
b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng8294ParentChecksTest.java
@@ -25,7 +25,7 @@
import static org.junit.jupiter.api.Assertions.assertThrows;
/**
- * This is a test set for <a
href="https://issues.apache.org/jira/browse/MNG-8288">MNG-8288</a>.
+ * This is a test set for <a
href="https://issues.apache.org/jira/browse/MNG-8294">MNG-8294</a>.
*/
class MavenITmng8294ParentChecksTest extends AbstractMavenIntegrationTestCase {