Skip to content

Commit 960d150

Browse files
authored
Weed out ITs (#45)
Update used Maven APIs to lowest supported, drop ancient 2.0 and alikes.
1 parent f2c4bef commit 960d150

File tree

23 files changed

+34
-34
lines changed

23 files changed

+34
-34
lines changed

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

+1-1
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>2.0</version>
42+
<version>@mavenVersion@</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.codehaus.plexus</groupId>

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

+1-1
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>2.0</version>
42+
<version>@mavenVersion@</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.codehaus.plexus</groupId>

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

+1-1
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>2.0</version>
42+
<version>@mavenVersion@</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.codehaus.plexus</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ under the License.
4646
<dependency>
4747
<groupId>org.apache.maven</groupId>
4848
<artifactId>maven-plugin-api</artifactId>
49-
<version>2.2.1</version>
49+
<version>@mavenVersion@</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.maven</groupId>
5353
<artifactId>maven-core</artifactId>
54-
<version>2.2.1</version>
54+
<version>@mavenVersion@</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.codehaus.plexus</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ under the License.
4242
<dependency>
4343
<groupId>org.apache.maven</groupId>
4444
<artifactId>maven-plugin-api</artifactId>
45-
<version>2.2.1</version>
45+
<version>@mavenVersion@</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.maven</groupId>
4949
<artifactId>maven-core</artifactId>
50-
<version>2.2.1</version>
50+
<version>@mavenVersion@</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.codehaus.plexus</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ under the License.
4242
<dependency>
4343
<groupId>org.apache.maven</groupId>
4444
<artifactId>maven-plugin-api</artifactId>
45-
<version>2.2.1</version>
45+
<version>@mavenVersion@</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.maven</groupId>
4949
<artifactId>maven-core</artifactId>
50-
<version>2.2.1</version>
50+
<version>@mavenVersion@</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.codehaus.plexus</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ under the License.
4242
<dependency>
4343
<groupId>org.apache.maven</groupId>
4444
<artifactId>maven-plugin-api</artifactId>
45-
<version>2.2.1</version>
45+
<version>@mavenVersion@</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.maven</groupId>
4949
<artifactId>maven-core</artifactId>
50-
<version>2.2.1</version>
50+
<version>@mavenVersion@</version>
5151
</dependency>
5252
</dependencies>
5353

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ under the License.
3535

3636
<build>
3737
<plugins>
38-
<plugin>
39-
<groupId>org.apache.maven.plugins</groupId>
40-
<artifactId>maven-compiler-plugin</artifactId>
41-
<version>3.1</version>
38+
<plugin>
39+
<groupId>org.apache.maven.plugins</groupId>
40+
<artifactId>maven-compiler-plugin</artifactId>
41+
<version>3.1</version>
4242
</plugin>
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
@@ -60,7 +60,7 @@ under the License.
6060
<dependency>
6161
<groupId>org.apache.maven</groupId>
6262
<artifactId>maven-plugin-api</artifactId>
63-
<version>2.2.1</version>
63+
<version>@mavenVersion@</version>
6464
</dependency>
6565
</dependencies>
6666

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

+1-1
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>2.2.1</version>
40+
<version>@mavenVersion@</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.maven.plugin-tools</groupId>

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

+1-1
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>3.2.1</version>
34+
<version>@mavenVersion@</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.apache.maven.plugin-tools</groupId>

maven-plugin-plugin/src/it/mplugin-299_no-configuration/pom.xml

+1-1
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>2.0</version>
42+
<version>@mavenVersion@</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.codehaus.plexus</groupId>

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

+1-1
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>2.2.1</version>
39+
<version>@mavenVersion@</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.maven.plugin-tools</groupId>

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

+1-1
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>2.2.1</version>
39+
<version>@mavenVersion@</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.maven.plugin-tools</groupId>

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

+1-1
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>2.2.1</version>
39+
<version>@mavenVersion@</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.maven.plugin-tools</groupId>

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

+1-1
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>2.0</version>
39+
<version>@mavenVersion@</version>
4040
</dependency>
4141
</dependencies>
4242

maven-plugin-plugin/src/it/mplugin-324_javadoc/pom.xml

+1-1
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>2.0</version>
42+
<version>@mavenVersion@</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.codehaus.plexus</groupId>

maven-plugin-plugin/src/it/mplugin-363_help-reproducible/pom.xml

+1-1
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>2.0</version>
42+
<version>@mavenVersion@</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.codehaus.plexus</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ under the License.
4141
<dependency>
4242
<groupId>org.apache.maven</groupId>
4343
<artifactId>maven-plugin-api</artifactId>
44-
<version>2.2.1</version>
44+
<version>@mavenVersion@</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.maven</groupId>
4848
<artifactId>maven-core</artifactId>
49-
<version>2.2.1</version>
49+
<version>@mavenVersion@</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.codehaus.plexus</groupId>

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

+1-1
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>2.0</version>
39+
<version>@mavenVersion@</version>
4040
</dependency>
4141
</dependencies>
4242

maven-plugin-plugin/src/it/plugin-info-jdk/pom.xml

+1-1
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>2.0</version>
39+
<version>@mavenVersion@</version>
4040
</dependency>
4141
</dependencies>
4242

maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml

+2-2
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>2.0</version>
43+
<version>@mavenVersion@</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -51,7 +51,7 @@ under the License.
5151
<dependency>
5252
<groupId>org.apache.maven.reporting</groupId>
5353
<artifactId>maven-reporting-impl</artifactId>
54-
<version>2.0.5</version>
54+
<version>3.0.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.maven.reporting</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ under the License.
4646
<dependency>
4747
<groupId>org.apache.maven</groupId>
4848
<artifactId>maven-plugin-api</artifactId>
49-
<version>2.0</version>
49+
<version>@mavenVersion@</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.maven.reporting</groupId>
5353
<artifactId>maven-reporting-impl</artifactId>
54-
<version>2.0.5</version>
54+
<version>3.0.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.maven.reporting</groupId>

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

+1-1
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>2.0</version>
43+
<version>@mavenVersion@</version>
4444
</dependency>
4545
</dependencies>
4646

0 commit comments

Comments
 (0)