This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git
The following commit(s) were added to refs/heads/master by this push:
new 607c201 Use version properties in IT (#235)
607c201 is described below
commit 607c2017fbbd40c087ae2233171733e802bd4d79
Author: Matthias Bünger <[email protected]>
AuthorDate: Wed Jun 10 07:08:31 2026 +0200
Use version properties in IT (#235)
---
src/it/setup-reporting-plugin/pom.xml | 4 ++--
src/it/use-as-site-report/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/it/setup-reporting-plugin/pom.xml
b/src/it/setup-reporting-plugin/pom.xml
index 4870bf8..c0105ec 100644
--- a/src/it/setup-reporting-plugin/pom.xml
+++ b/src/it/setup-reporting-plugin/pom.xml
@@ -75,11 +75,11 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.13.0</version>
+ <version>@version.maven-compiler-plugin@</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
- <version>3.1.3</version>
+ <version>@version.maven-install-plugin@</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/src/it/use-as-site-report/pom.xml
b/src/it/use-as-site-report/pom.xml
index b3c19b9..1389d58 100644
--- a/src/it/use-as-site-report/pom.xml
+++ b/src/it/use-as-site-report/pom.xml
@@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.20.0</version>
+ <version>@version.maven-site-plugin@</version>
</plugin>
</plugins>
</build>
@@ -47,7 +47,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.7.0</version>
+ <version>@version.maven-project-info-reports-plugin@</version>
<reportSets>
<reportSet>
<reports>