This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 4997313d030cabe5c4eb4458316cb0cb0a2ba9a4
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Sat Jul 19 14:50:23 2025 +0200

    Uniformize the plugin version to "@project.version@" instead of 
"@pom.version@".
---
 src/it/MCOMPILER-192/pom.xml                   | 2 +-
 src/it/MCOMPILER-205/pom.xml                   | 2 +-
 src/it/MCOMPILER-485/pom.xml                   | 2 +-
 src/it/MCOMPILER-495/pom.xml                   | 2 +-
 src/it/MCOMPILER-500-package-info-incr/pom.xml | 2 +-
 src/it/MCOMPILER-512/pom.xml                   | 2 +-
 src/it/default-fork-windows/pom.xml            | 2 +-
 src/it/default-fork/pom.xml                    | 2 +-
 src/it/default-fork_modular/pom.xml            | 2 +-
 src/it/default-incremental-disable/pom.xml     | 2 +-
 src/it/default/pom.xml                         | 2 +-
 src/it/test1/pom.xml                           | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/it/MCOMPILER-192/pom.xml b/src/it/MCOMPILER-192/pom.xml
index 44929cd..8968592 100644
--- a/src/it/MCOMPILER-192/pom.xml
+++ b/src/it/MCOMPILER-192/pom.xml
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <fork>true</fork>
           <includes>
diff --git a/src/it/MCOMPILER-205/pom.xml b/src/it/MCOMPILER-205/pom.xml
index a0cb34c..50a684b 100644
--- a/src/it/MCOMPILER-205/pom.xml
+++ b/src/it/MCOMPILER-205/pom.xml
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <createMissingPackageInfoClass>true</createMissingPackageInfoClass>
         </configuration>
diff --git a/src/it/MCOMPILER-485/pom.xml b/src/it/MCOMPILER-485/pom.xml
index a0cb34c..50a684b 100644
--- a/src/it/MCOMPILER-485/pom.xml
+++ b/src/it/MCOMPILER-485/pom.xml
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <createMissingPackageInfoClass>true</createMissingPackageInfoClass>
         </configuration>
diff --git a/src/it/MCOMPILER-495/pom.xml b/src/it/MCOMPILER-495/pom.xml
index a0cb34c..50a684b 100644
--- a/src/it/MCOMPILER-495/pom.xml
+++ b/src/it/MCOMPILER-495/pom.xml
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <createMissingPackageInfoClass>true</createMissingPackageInfoClass>
         </configuration>
diff --git a/src/it/MCOMPILER-500-package-info-incr/pom.xml 
b/src/it/MCOMPILER-500-package-info-incr/pom.xml
index 00b1a54..b26e909 100644
--- a/src/it/MCOMPILER-500-package-info-incr/pom.xml
+++ b/src/it/MCOMPILER-500-package-info-incr/pom.xml
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <createMissingPackageInfoClass>false</createMissingPackageInfoClass>
           <incrementalExcludes>
diff --git a/src/it/MCOMPILER-512/pom.xml b/src/it/MCOMPILER-512/pom.xml
index fdfb9b6..dfffb7e 100644
--- a/src/it/MCOMPILER-512/pom.xml
+++ b/src/it/MCOMPILER-512/pom.xml
@@ -36,7 +36,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
       </plugin>
     </plugins>
   </build>
diff --git a/src/it/default-fork-windows/pom.xml 
b/src/it/default-fork-windows/pom.xml
index 41dbf51..c745523 100644
--- a/src/it/default-fork-windows/pom.xml
+++ b/src/it/default-fork-windows/pom.xml
@@ -42,7 +42,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <fork>true</fork>
           <compilerArgs>
diff --git a/src/it/default-fork/pom.xml b/src/it/default-fork/pom.xml
index a2e2da9..2a512d9 100644
--- a/src/it/default-fork/pom.xml
+++ b/src/it/default-fork/pom.xml
@@ -44,7 +44,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <fork>true</fork>
           <compilerArgs>
diff --git a/src/it/default-fork_modular/pom.xml 
b/src/it/default-fork_modular/pom.xml
index 6ec9e15..4e6082e 100644
--- a/src/it/default-fork_modular/pom.xml
+++ b/src/it/default-fork_modular/pom.xml
@@ -35,7 +35,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <fork>true</fork>
         </configuration>
diff --git a/src/it/default-incremental-disable/pom.xml 
b/src/it/default-incremental-disable/pom.xml
index 3c8065c..1456336 100644
--- a/src/it/default-incremental-disable/pom.xml
+++ b/src/it/default-incremental-disable/pom.xml
@@ -42,7 +42,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <useIncrementalCompilation>false</useIncrementalCompilation>
           <compilerArgs>
diff --git a/src/it/default/pom.xml b/src/it/default/pom.xml
index b9d081c..e89574f 100644
--- a/src/it/default/pom.xml
+++ b/src/it/default/pom.xml
@@ -35,7 +35,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <compilerArgs>
             <compilerArg>-Xlint:-path</compilerArg>
diff --git a/src/it/test1/pom.xml b/src/it/test1/pom.xml
index a4a5d3c..87e8d81 100644
--- a/src/it/test1/pom.xml
+++ b/src/it/test1/pom.xml
@@ -37,7 +37,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>@pom.version@</version>
+        <version>@project.version@</version>
         <configuration>
           <fork>true</fork>
           <debuglevel>source,lines,vars</debuglevel>

Reply via email to