Changed param name to make it more descriptive cobertura.version changed to cobertura.plugin.version as it refers to the plugin not the underlying cobertura version
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/baa11daa Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/baa11daa Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/baa11daa Branch: refs/heads/master Commit: baa11daae92d0d6ef839451221d8faf6a06b8907 Parents: 66e9327 Author: Duncan Grant <[email protected]> Authored: Thu Jan 15 14:03:41 2015 +0000 Committer: Duncan Grant <[email protected]> Committed: Thu Jan 15 14:03:41 2015 +0000 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/baa11daa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0983f4c..2cad93a 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- Testing --> - <cobertura.version>2.5.2</cobertura.version> + <cobertura.plugin.version>2.5.2</cobertura.plugin.version> <surefire.version>2.18</surefire.version> <plantuml.version>6121</plantuml.version> <ant.version>1.8.4</ant.version> @@ -827,7 +827,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura</artifactId> - <version>${cobertura.version}</version> + <version>${cobertura.plugin.version}</version> </plugin> <plugin> <groupId>com.google.code.maven-replacer-plugin</groupId> @@ -1660,7 +1660,7 @@ <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.version}</version> + <version>${cobertura.plugin.version}</version> <scope>test</scope> </dependency> </dependencies> @@ -1767,7 +1767,7 @@ <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>${cobertura.version}</version> + <version>${cobertura.plugin.version}</version> </dependency> </dependencies> </plugin>
