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>

maven-plugin-plugin/src/it/java-basic-annotations-jdkcurrent/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/java-basic-annotations/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/java-basic/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
</dependencies>

maven-plugin-plugin/src/it/mplugin-223/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.maven</groupId>
3939
<artifactId>maven-plugin-api</artifactId>
40-
<version>@mavenVersion@</version>
40+
<version>@maven3Version@</version>
4141
<scope>provided</scope>
4242
</dependency>
4343
<dependency>

maven-plugin-plugin/src/it/mplugin-272_java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.maven</groupId>
3333
<artifactId>maven-plugin-api</artifactId>
34-
<version>@mavenVersion@</version>
34+
<version>@maven3Version@</version>
3535
<scope>provided</scope>
3636
</dependency>
3737
<dependency>

maven-plugin-plugin/src/it/mplugin-299_no-configuration/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/mplugin-305_defaultMojoDependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.apache.maven</groupId>
3838
<artifactId>maven-plugin-api</artifactId>
39-
<version>@mavenVersion@</version>
39+
<version>@maven3Version@</version>
4040
<scope>provided</scope>
4141
</dependency>
4242
<dependency>

maven-plugin-plugin/src/it/mplugin-305_emptyMojoDependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.apache.maven</groupId>
3838
<artifactId>maven-plugin-api</artifactId>
39-
<version>@mavenVersion@</version>
39+
<version>@maven3Version@</version>
4040
<scope>provided</scope>
4141
</dependency>
4242
<dependency>

maven-plugin-plugin/src/it/mplugin-305_singleMojoDependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.apache.maven</groupId>
3838
<artifactId>maven-plugin-api</artifactId>
39-
<version>@mavenVersion@</version>
39+
<version>@maven3Version@</version>
4040
<scope>provided</scope>
4141
</dependency>
4242
<dependency>

maven-plugin-plugin/src/it/mplugin-324_javadoc/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/mplugin-363_help-reproducible/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/mplugin-370-maven-deps-scope-bad/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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>compile</scope>
4646
</dependency>
4747
<dependency>

maven-plugin-plugin/src/it/mplugin-370-maven-deps-scope-good/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ under the License.
4747
<dependency>
4848
<groupId>org.apache.maven</groupId>
4949
<artifactId>maven-plugin-api</artifactId>
50-
<version>@mavenVersion@</version>
50+
<version>@maven3Version@</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
<dependency>

maven-plugin-plugin/src/it/mplugin-372-annotation-with-inheritance-from-provided-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/mplugin-382-exclude-provided-dependency/pom.xml

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

maven-plugin-plugin/src/it/mplugin-390/pom.xml

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

maven-plugin-plugin/src/it/packaging-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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>

maven-plugin-plugin/src/it/skip/pom.xml

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

maven-plugin-plugin/src/it/source-encoding/latin-1/pom.xml

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

maven-plugin-plugin/src/it/source-encoding/utf-8/pom.xml

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

maven-plugin-report-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<description>The Plugin Report Plugin is used to create reports about the plugin being built.</description>
3535

3636
<prerequisites>
37-
<maven>${mavenVersion}</maven>
37+
<maven>${maven3Version}</maven>
3838
</prerequisites>
3939

4040
<properties>

maven-plugin-report-plugin/src/it/fix-maven-since-3.x/antsample-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.maven</groupId>
4545
<artifactId>maven-plugin-api</artifactId>
46-
<version>@mavenVersion@</version>
46+
<version>@maven3Version@</version>
4747
<scope>provided</scope>
4848
</dependency>
4949
</dependencies>

maven-plugin-report-plugin/src/it/fix-maven-since-3.x/javasample-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.maven</groupId>
4545
<artifactId>maven-plugin-api</artifactId>
46-
<version>@mavenVersion@</version>
46+
<version>@maven3Version@</version>
4747
<scope>provided</scope>
4848
</dependency>
4949
</dependencies>

maven-plugin-report-plugin/src/it/mplugin-191/pom.xml

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

maven-plugin-report-plugin/src/it/mplugin-319_report-since/pom.xml

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

maven-plugin-report-plugin/src/it/mplugin-394_report-encoding/pom.xml

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

maven-plugin-report-plugin/src/it/plugin-info-jdk-default-version/pom.xml

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

0 commit comments

Comments
 (0)