Removed explicit plugin version declaration (should be inherited from the parent POM)
This commit is contained in:
parent
7e44b9635e
commit
aa0e53cc0c
|
@ -110,7 +110,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${hc.project-info.version}</version>
|
||||
<inherited>false</inherited>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
@ -125,12 +124,10 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>${hc.jxr.version}</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>${hc.surefire-report.version}</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
|
@ -169,7 +169,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${hc.project-info.version}</version>
|
||||
<inherited>false</inherited>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
@ -184,12 +183,10 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>${hc.jxr.version}</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>${hc.surefire-report.version}</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
|
@ -190,7 +190,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${hc.project-info.version}</version>
|
||||
<inherited>false</inherited>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
|
|
@ -95,7 +95,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${hc.project-info.version}</version>
|
||||
<inherited>false</inherited>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
@ -110,12 +109,10 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>${hc.jxr.version}</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>${hc.surefire-report.version}</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
|
@ -154,7 +154,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${hc.project-info.version}</version>
|
||||
<inherited>false</inherited>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
@ -169,12 +168,10 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>${hc.jxr.version}</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>${hc.surefire-report.version}</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
|
@ -118,7 +118,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${hc.project-info.version}</version>
|
||||
<inherited>false</inherited>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
@ -133,12 +132,10 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>${hc.jxr.version}</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>${hc.surefire-report.version}</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -360,7 +360,6 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
<version>${hc.clirr.version}</version>
|
||||
<configuration>
|
||||
<comparisonVersion>${api.comparison.version}</comparisonVersion>
|
||||
</configuration>
|
||||
|
@ -392,7 +391,6 @@
|
|||
|
||||
<plugin>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${hc.project-info.version}</version>
|
||||
<inherited>false</inherited>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
|
@ -410,7 +408,6 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
<version>${hc.clirr.version}</version>
|
||||
<configuration>
|
||||
<comparisonVersion>${api.comparison.version}</comparisonVersion>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue