Skip to content

Commit 0942ac1

Browse files
authored
Use version properties in ITs (#1639)
1 parent 33b4464 commit 0942ac1

5 files changed

Lines changed: 7 additions & 10 deletions

File tree

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,6 @@ under the License.
501501
</pomIncludes>
502502
<!-- for mrm -->
503503
<settingsFile>src/it/mrm/settings.xml</settingsFile>
504-
<filterProperties>
505-
<compilerPluginVersion>3.11.0</compilerPluginVersion>
506-
</filterProperties>
507504
<addTestClassPath>true</addTestClassPath>
508505
</configuration>
509506
<dependencies>

src/it/projects/build-classpath-output-file-and-property/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-enforcer-plugin</artifactId>
65-
<version>3.3.0</version>
65+
<version>@version.maven-enforcer-plugin@</version>
6666
<executions>
6767
<execution>
6868
<id>enforce-property</id>

src/it/projects/go-offline-ractor-exclude/module1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.apache.maven.plugins</groupId>
4747
<artifactId>maven-clean-plugin</artifactId>
48-
<version>3.5.0</version>
48+
<version>@version.maven-clean-plugin@</version>
4949
</plugin>
5050
</plugins>
5151
</pluginManagement>

src/it/projects/go-offline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-clean-plugin</artifactId>
54-
<version>3.5.0</version>
54+
<version>@version.maven-clean-plugin@</version>
5555
</plugin>
5656
</plugins>
5757
</pluginManagement>

src/it/projects/resolve-plugins/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-assembly-plugin</artifactId>
45-
<version>3.7.1</version>
45+
<version>@version.maven-assembly-plugin@</version>
4646
</plugin>
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-dependency-plugin</artifactId>
50-
<version>3.10.0</version>
50+
<version>@project.version@</version>
5151
</plugin>
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.5.4</version>
55+
<version>@version.maven-surefire@</version>
5656
</plugin>
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-failsafe-plugin</artifactId>
74-
<version>3.5.4</version>
74+
<version>@version.maven-surefire@</version>
7575
</plugin>
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)