Skip to content

Commit 547314f

Browse files
committed
Replace usage of deprecated expressions
1 parent 517662c commit 547314f

File tree

12 files changed

+89
-89
lines changed

12 files changed

+89
-89
lines changed

src/it/MPIR-242/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-project-info-reports-plugin</artifactId>
61-
<version>@pom.version@</version>
61+
<version>@project.version@</version>
6262
<configuration>
6363
<licenseFileEncoding>ISO-8859-5</licenseFileEncoding>
6464
</configuration>

src/it/MPIR-300/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-project-info-reports-plugin</artifactId>
84-
<version>@pom.version@</version>
84+
<version>@project.version@</version>
8585
</plugin>
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>

src/it/MPIR-349/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-project-info-reports-plugin</artifactId>
56-
<version>@pom.version@</version>
56+
<version>@project.version@</version>
5757
<reportSets>
5858
<reportSet>
5959
<reports>

src/it/MPIR-362/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugins>
6363
<plugin>
6464
<artifactId>maven-project-info-reports-plugin</artifactId>
65-
<version>@pom.version@</version>
65+
<version>@project.version@</version>
6666
<reportSets>
6767
<reportSet>
6868
<reports>

src/it/MPIR-375/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</plugin>
9393
<plugin>
9494
<artifactId>maven-project-info-reports-plugin</artifactId>
95-
<version>@pom.version@</version>
95+
<version>@project.version@</version>
9696
<configuration>
9797
<pluginManagementExcludes>
9898
<pluginManagementExclude>org.eclipse.m2e:lifecycle-mapping</pluginManagementExclude>
@@ -106,7 +106,7 @@
106106
<plugins>
107107
<plugin>
108108
<artifactId>maven-project-info-reports-plugin</artifactId>
109-
<version>@pom.version@</version>
109+
<version>@project.version@</version>
110110
<reportSets>
111111
<reportSet>
112112
<reports>

src/it/MPIR-412/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugins>
4848
<plugin>
4949
<artifactId>maven-project-info-reports-plugin</artifactId>
50-
<version>@pom.version@</version>
50+
<version>@project.version@</version>
5151
</plugin>
5252
</plugins>
5353
</build>

src/it/dependencies-java-1.7-and-1.8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-project-info-reports-plugin</artifactId>
64-
<version>@pom.version@</version>
64+
<version>@project.version@</version>
6565
<reportSets>
6666
<reportSet>
6767
<reports>

src/it/full-pom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-project-info-reports-plugin</artifactId>
195-
<version>@pom.version@</version>
195+
<version>@project.version@</version>
196196
<configuration>
197197
<introduction>mail list intro text foo</introduction>
198198
</configuration>

src/it/git/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-project-info-reports-plugin</artifactId>
74-
<version>@pom.version@</version>
74+
<version>@project.version@</version>
7575
<reportSets>
7676
<reportSet>
7777
<reports>

src/it/minimal-pom/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-project-info-reports-plugin</artifactId>
65-
<version>@pom.version@</version>
65+
<version>@project.version@</version>
6666
</plugin>
6767
</plugins>
6868
</reporting>

src/it/mpir-229/pom.xml

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ Licensed to the Apache Software Foundation (ASF) under one
4-
~ or more contributor license agreements. See the NOTICE file
5-
~ distributed with this work for additional information
6-
~ regarding copyright ownership. The ASF licenses this file
7-
~ to you under the Apache License, Version 2.0 (the
8-
~ "License"); you may not use this file except in compliance
9-
~ with the License. You may obtain a copy of the License at
10-
~
11-
~ http://www.apache.org/licenses/LICENSE-2.0
12-
~
13-
~ Unless required by applicable law or agreed to in writing,
14-
~ software distributed under the License is distributed on an
15-
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16-
~ KIND, either express or implied. See the License for the
17-
~ specific language governing permissions and limitations
18-
~ under the License.
19-
-->
20-
21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24-
<modelVersion>4.0.0</modelVersion>
25-
26-
<groupId>org.apache.maven.plugins.project-info-reports.its</groupId>
27-
<artifactId>mpir-229</artifactId>
28-
<version>1.0-SNAPSHOT</version>
29-
<packaging>pom</packaging>
30-
31-
<properties>
32-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33-
<some.property>TEST</some.property>
34-
<artifacts.url>http://maven.apache.org/plugins/it/${some.property}</artifacts.url>
35-
</properties>
36-
37-
<url>${artifacts.url}</url>
38-
39-
<distributionManagement>
40-
<site>
41-
<id>site</id>
42-
<url>scp://my.server/</url>
43-
</site>
44-
</distributionManagement>
45-
46-
<build>
47-
<plugins>
48-
<plugin>
49-
<groupId>org.apache.maven.plugins</groupId>
50-
<artifactId>maven-site-plugin</artifactId>
51-
<version>@sitePluginVersion@</version>
52-
</plugin>
53-
</plugins>
54-
</build>
55-
56-
<reporting>
57-
<plugins>
58-
<plugin>
59-
<groupId>org.apache.maven.plugins</groupId>
60-
<artifactId>maven-project-info-reports-plugin</artifactId>
61-
<version>@pom.version@</version>
62-
<reportSets>
63-
<reportSet>
64-
<reports>
65-
<report>index</report>
66-
<report>modules</report>
67-
</reports>
68-
</reportSet>
69-
</reportSets>
70-
</plugin>
71-
</plugins>
72-
</reporting>
73-
74-
<modules>
75-
<module>module1</module>
76-
</modules>
77-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Licensed to the Apache Software Foundation (ASF) under one
4+
~ or more contributor license agreements. See the NOTICE file
5+
~ distributed with this work for additional information
6+
~ regarding copyright ownership. The ASF licenses this file
7+
~ to you under the Apache License, Version 2.0 (the
8+
~ "License"); you may not use this file except in compliance
9+
~ with the License. You may obtain a copy of the License at
10+
~
11+
~ http://www.apache.org/licenses/LICENSE-2.0
12+
~
13+
~ Unless required by applicable law or agreed to in writing,
14+
~ software distributed under the License is distributed on an
15+
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
~ KIND, either express or implied. See the License for the
17+
~ specific language governing permissions and limitations
18+
~ under the License.
19+
-->
20+
21+
<project xmlns="http://maven.apache.org/POM/4.0.0"
22+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24+
<modelVersion>4.0.0</modelVersion>
25+
26+
<groupId>org.apache.maven.plugins.project-info-reports.its</groupId>
27+
<artifactId>mpir-229</artifactId>
28+
<version>1.0-SNAPSHOT</version>
29+
<packaging>pom</packaging>
30+
31+
<properties>
32+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33+
<some.property>TEST</some.property>
34+
<artifacts.url>http://maven.apache.org/plugins/it/${some.property}</artifacts.url>
35+
</properties>
36+
37+
<url>${artifacts.url}</url>
38+
39+
<distributionManagement>
40+
<site>
41+
<id>site</id>
42+
<url>scp://my.server/</url>
43+
</site>
44+
</distributionManagement>
45+
46+
<build>
47+
<plugins>
48+
<plugin>
49+
<groupId>org.apache.maven.plugins</groupId>
50+
<artifactId>maven-site-plugin</artifactId>
51+
<version>@sitePluginVersion@</version>
52+
</plugin>
53+
</plugins>
54+
</build>
55+
56+
<reporting>
57+
<plugins>
58+
<plugin>
59+
<groupId>org.apache.maven.plugins</groupId>
60+
<artifactId>maven-project-info-reports-plugin</artifactId>
61+
<version>@project.version@</version>
62+
<reportSets>
63+
<reportSet>
64+
<reports>
65+
<report>index</report>
66+
<report>modules</report>
67+
</reports>
68+
</reportSet>
69+
</reportSets>
70+
</plugin>
71+
</plugins>
72+
</reporting>
73+
74+
<modules>
75+
<module>module1</module>
76+
</modules>
77+
</project>

src/it/multi-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-project-info-reports-plugin</artifactId>
94-
<version>@pom.version@</version>
94+
<version>@project.version@</version>
9595
<reportSets>
9696
<reportSet>
9797
<reports>

0 commit comments

Comments
 (0)