diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-29 12:42:11 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-29 12:42:11 +0000 |
commit | 11fc35f4015f47b7c5df471fdc4ce089d6990ae1 (patch) | |
tree | a0dd158b63dea3f561de520f7b7642f8897acaf5 /archiva-modules/pom.xml | |
parent | 8b54ccd8dd437433fae25110a189cf7f8071bb99 (diff) | |
download | archiva-11fc35f4015f47b7c5df471fdc4ce089d6990ae1.tar.gz archiva-11fc35f4015f47b7c5df471fdc4ce089d6990ae1.zip |
move reporting plugin version to a property
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378524 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 88c464b5a..e8a54a1b9 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -59,7 +59,7 @@ </plugin> </plugins> </build> - <reporting><!-- no migration to 3.0 without ack of olamy :p --> + <reporting> <plugins> <!-- jxr first --> @@ -87,7 +87,7 @@ <!-- No need for the standard project reports --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.5</version> + <version>${maven-project-info-reports-plugin.version}</version> <reportSets> <reportSet> <reports> |