move reporting plugin version to a property

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-29 12:42:11 +00:00
parent 8b54ccd8dd
commit 11fc35f401
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.5</version> <version>${maven-project-info-reports-plugin.version}</version>
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>

View File

@ -59,7 +59,7 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<reporting><!-- no migration to 3.0 without ack of olamy :p --> <reporting>
<plugins> <plugins>
<!-- jxr first --> <!-- jxr first -->
@ -87,7 +87,7 @@
<!-- No need for the standard project reports --> <!-- No need for the standard project reports -->
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.5</version> <version>${maven-project-info-reports-plugin.version}</version>
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>