Skip to content

Commit 58cb473

Browse files
gnodetclaude
andcommitted
Use resource filtering for mng-12534 IT plugin mavenVersion
Move the plugin POM to src/test/resources-filtered/ (which already has <filtering>true</filtering> in the core-it-suite build) and replace the hardcoded version with ${maven-version}, defined in the ITs parent POM. Maven resource filtering resolves the token at build time, so the version always matches the Maven build under test — including during the release process, where the release plugin bumps the version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5da3cd commit 58cb473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • its/core-it-suite/src/test/resources-filtered/mng-12534-after-annotation/plugin

its/core-it-suite/src/test/resources/mng-12534-after-annotation/plugin/pom.xml renamed to its/core-it-suite/src/test/resources-filtered/mng-12534-after-annotation/plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<properties>
1313
<javaVersion>17</javaVersion>
14-
<mavenVersion>4.0.0-rc-6</mavenVersion>
14+
<mavenVersion>${maven-version}</mavenVersion>
1515
</properties>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)