Repository: qpid-jms Updated Branches: refs/heads/master 4db955b21 -> d5b981e8a
NO-JIRA: update to jacoco 0.7.5, which now embeds config for M2E so we can also remove that from our pom Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d5b981e8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/d5b981e8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/d5b981e8 Branch: refs/heads/master Commit: d5b981e8ace6cfb524b3adfcd0ae6ce066b8fff7 Parents: 4db955b Author: Robert Gemmell <[email protected]> Authored: Mon Jun 1 13:10:12 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Mon Jun 1 13:10:12 2015 +0100 ---------------------------------------------------------------------- pom.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/d5b981e8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 363c0c3..a660f2f 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version> <maven-idea-plugin-version>2.5</maven-idea-plugin-version> <findbugs-maven-plugin-version>3.0.0</findbugs-maven-plugin-version> - <jacoco-plugin-version>0.7.2.201409121644</jacoco-plugin-version> + <jacoco-plugin-version>0.7.5.201505241946</jacoco-plugin-version> <!-- Test properties --> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> @@ -211,31 +211,6 @@ <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco-plugin-version}</version> </plugin> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <versionRange>[0.7.2.*,)</versionRange> - <goals> - <goal>prepare-agent</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> </plugins> </pluginManagement> <plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
