Repository: activemq-openwire Updated Branches: refs/heads/master 682c03ac5 -> e263789c3
NO-JIRA Bring project dependencies up to date with current releases. Project: http://git-wip-us.apache.org/repos/asf/activemq-openwire/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-openwire/commit/e263789c Tree: http://git-wip-us.apache.org/repos/asf/activemq-openwire/tree/e263789c Diff: http://git-wip-us.apache.org/repos/asf/activemq-openwire/diff/e263789c Branch: refs/heads/master Commit: e263789c39878d34092b10da785c4ce6fcc5888f Parents: 682c03a Author: Timothy Bish <[email protected]> Authored: Thu Oct 22 16:46:25 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Thu Oct 22 16:46:25 2015 -0400 ---------------------------------------------------------------------- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-openwire/blob/e263789c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8ab829b..3c2d61e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,21 +38,21 @@ <target-version>1.7</target-version> <!-- Dependency Versions for this Project --> - <junit-version>4.11</junit-version> - <slf4j-version>1.7.7</slf4j-version> + <junit-version>4.12</junit-version> + <slf4j-version>1.7.12</slf4j-version> <hawtbuf-version>1.11</hawtbuf-version> - <activemq-version>5.11-SNAPSHOT</activemq-version> + <activemq-version>5.12.1</activemq-version> <jetty-version>8.1.15.v20140411</jetty-version> - <mockito-version>1.9.5</mockito-version> + <mockito-version>1.10.19</mockito-version> <!-- Maven Plugin Version for this Project --> - <maven-surefire-plugin-version>2.16</maven-surefire-plugin-version> + <maven-surefire-plugin-version>2.18.1</maven-surefire-plugin-version> <maven-assembly-plugin-version>2.4</maven-assembly-plugin-version> <maven-release-plugin-version>2.4.1</maven-release-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> - <maven-compiler-plugin-version>3.1</maven-compiler-plugin-version> - <maven-antrun-plugin-version>1.7.0</maven-antrun-plugin-version> + <maven-compiler-plugin-version>3.3</maven-compiler-plugin-version> + <maven-antrun-plugin-version>1.8</maven-antrun-plugin-version> <findbugs-maven-plugin-version>2.5.2</findbugs-maven-plugin-version> </properties>
