Repository: qpid-jms Updated Branches: refs/heads/master 8b8f361bd -> 6573d8df8
NO-JIRA Update to latest Apache parent and bump a couple dependencies to latest patch releases. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/6573d8df Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/6573d8df Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/6573d8df Branch: refs/heads/master Commit: 6573d8df820de069765551810ab2d5ad65e4b450 Parents: 8b8f361 Author: Timothy Bish <[email protected]> Authored: Thu Aug 20 17:14:52 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Thu Aug 20 17:14:52 2015 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/6573d8df/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 58d3ae4..e4d2877 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>16</version> + <version>17</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -57,9 +57,9 @@ <!-- Maven Plugin Versions for this Project --> <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version> - <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version> + <maven-eclipse-plugin-version>2.10</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> + <findbugs-maven-plugin-version>3.0.2</findbugs-maven-plugin-version> <jacoco-plugin-version>0.7.5.201505241946</jacoco-plugin-version> <!-- Test properties --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
