Skip to content

Commit a9dd57d

Browse files
committed
rename mavenVersion to maven3Version
1 parent 1aad214 commit a9dd57d

File tree

44 files changed

+64
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+64
-64
lines changed

maven-plugin-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
in order to include them the resulting JAR. It is also used to generate a generic help goal.</description>
3636

3737
<prerequisites>
38-
<maven>${mavenVersion}</maven>
38+
<maven>${maven3Version}</maven>
3939
</prerequisites>
4040

4141
<properties>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.apache.maven</groupId>
108108
<artifactId>maven-repository-metadata</artifactId>
109-
<version>${mavenVersion}</version>
109+
<version>${maven3Version}</version>
110110
<scope>provided</scope>
111111
</dependency>
112112
<dependency>

maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ under the License.
4242
<dependency>
4343
<groupId>org.apache.maven</groupId>
4444
<artifactId>maven-plugin-api</artifactId>
45-
<version>@mavenVersion@</version>
45+
<version>@maven3Version@</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.maven</groupId>
5050
<artifactId>maven-core</artifactId>
51-
<version>@mavenVersion@</version>
51+
<version>@maven3Version@</version>
5252
<scope>provided</scope>
5353
</dependency>
5454
<dependency>

maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ under the License.
4141
<dependency>
4242
<groupId>org.apache.maven</groupId>
4343
<artifactId>maven-plugin-api</artifactId>
44-
<version>@mavenVersion@</version>
44+
<version>@maven3Version@</version>
4545
<scope>provided</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.maven</groupId>
4949
<artifactId>maven-core</artifactId>
50-
<version>@mavenVersion@</version>
50+
<version>@maven3Version@</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
<dependency>

maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ under the License.
4242
<dependency>
4343
<groupId>org.apache.maven</groupId>
4444
<artifactId>maven-plugin-api</artifactId>
45-
<version>@mavenVersion@</version>
45+
<version>@maven3Version@</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.maven</groupId>
5050
<artifactId>maven-core</artifactId>
51-
<version>@mavenVersion@</version>
51+
<version>@maven3Version@</version>
5252
<scope>provided</scope>
5353
</dependency>
5454
<dependency>

maven-plugin-plugin/src/it/asm-failure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.apache.maven</groupId>
5555
<artifactId>maven-plugin-api</artifactId>
56-
<version>@mavenVersion@</version>
56+
<version>@maven3Version@</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>

maven-plugin-plugin/src/it/help-basic-deprecated-annotation-only/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
<dependency>
4040
<groupId>org.apache.maven</groupId>
4141
<artifactId>maven-plugin-api</artifactId>
42-
<version>@mavenVersion@</version>
42+
<version>@maven3Version@</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>

maven-plugin-plugin/src/it/help-basic-jdk11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
<dependency>
4040
<groupId>org.apache.maven</groupId>
4141
<artifactId>maven-plugin-api</artifactId>
42-
<version>@mavenVersion@</version>
42+
<version>@maven3Version@</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>

maven-plugin-plugin/src/it/help-basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
<dependency>
4040
<groupId>org.apache.maven</groupId>
4141
<artifactId>maven-plugin-api</artifactId>
42-
<version>@mavenVersion@</version>
42+
<version>@maven3Version@</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>

maven-plugin-plugin/src/it/help-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
<dependency>
4040
<groupId>org.apache.maven</groupId>
4141
<artifactId>maven-plugin-api</artifactId>
42-
<version>@mavenVersion@</version>
42+
<version>@maven3Version@</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
</dependencies>

maven-plugin-plugin/src/it/java-basic-annotations-jdk8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ under the License.
4646
<dependency>
4747
<groupId>org.apache.maven</groupId>
4848
<artifactId>maven-plugin-api</artifactId>
49-
<version>@mavenVersion@</version>
49+
<version>@maven3Version@</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.maven</groupId>
5454
<artifactId>maven-core</artifactId>
55-
<version>@mavenVersion@</version>
55+
<version>@maven3Version@</version>
5656
<scope>provided</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)