Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4917118162 for ; Fri, 10 Jul 2015 15:09:51 +0000 (UTC) Received: (qmail 19094 invoked by uid 500); 10 Jul 2015 15:09:51 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 19062 invoked by uid 500); 10 Jul 2015 15:09:51 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 19053 invoked by uid 99); 10 Jul 2015 15:09:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 15:09:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F1D7DE0283; Fri, 10 Jul 2015 15:09:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tabish@apache.org To: commits@activemq.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: activemq-cpp git commit: Update build tools with newer versions for dependencies. Date: Fri, 10 Jul 2015 15:09:50 +0000 (UTC) Repository: activemq-cpp Updated Branches: refs/heads/master 1a71973ec -> 9a656c844 Update build tools with newer versions for dependencies. Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/9a656c84 Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/9a656c84 Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/9a656c84 Branch: refs/heads/master Commit: 9a656c844e4455ebe6ff3b5b7269beddfed5a073 Parents: 1a71973 Author: Timothy Bish Authored: Fri Jul 10 11:09:41 2015 -0400 Committer: Timothy Bish Committed: Fri Jul 10 11:09:41 2015 -0400 ---------------------------------------------------------------------- activemq-cpp-openwire-generator/pom.xml | 19 +++----------- activemq-cpp/build.sh | 4 +-- activemq-cpp/pom.xml | 5 ++-- maven-cpptools-plugin/pom.xml | 39 ++++++++++------------------ pom.xml | 32 ++++++++++++++++++----- 5 files changed, 47 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/9a656c84/activemq-cpp-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-cpp-openwire-generator/pom.xml b/activemq-cpp-openwire-generator/pom.xml index a65091e..a5097d8 100644 --- a/activemq-cpp-openwire-generator/pom.xml +++ b/activemq-cpp-openwire-generator/pom.xml @@ -39,7 +39,7 @@ org.apache.activemq - activemq-core + activemq-client ${activemq-version} @@ -50,14 +50,14 @@ java.vendor - Sun Microsystems Inc. + Oracle Corporation com.sun tools - 1.4.2 + 1.5 system ${java.home}/../lib/tools.jar @@ -65,17 +65,4 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - - - - http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/9a656c84/activemq-cpp/build.sh ---------------------------------------------------------------------- diff --git a/activemq-cpp/build.sh b/activemq-cpp/build.sh index d2543c8..f323226 100755 --- a/activemq-cpp/build.sh +++ b/activemq-cpp/build.sh @@ -122,7 +122,7 @@ run_Clean() { run_Make() { check_Configure pushd $AMQCPP_BUILD_DIR - make -j4 + make -j 8 popd exit } @@ -130,7 +130,7 @@ run_Make() { run_Check() { check_Configure pushd $AMQCPP_BUILD_DIR - make check -j4 + make check -j 8 popd exit } http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/9a656c84/activemq-cpp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-cpp/pom.xml b/activemq-cpp/pom.xml index 65b2e33..cd7ab75 100644 --- a/activemq-cpp/pom.xml +++ b/activemq-cpp/pom.xml @@ -36,7 +36,6 @@ org.apache.activemq-cpp activemq-cpp-openwire-generator - ${project.version} @@ -215,7 +214,7 @@ org.codehaus.mojo exec-maven-plugin - 1.2.1 + ${maven-exec-version} Configure @@ -286,7 +285,7 @@ org.codehaus.mojo exec-maven-plugin - 1.2 + ${maven-exec-version} compile http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/9a656c84/maven-cpptools-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-cpptools-plugin/pom.xml b/maven-cpptools-plugin/pom.xml index 069ff20..e113321 100644 --- a/maven-cpptools-plugin/pom.xml +++ b/maven-cpptools-plugin/pom.xml @@ -35,7 +35,7 @@ org.apache.maven maven-plugin-api - 3.0 + 3.3.3 org.apache.maven @@ -45,25 +45,25 @@ org.codehaus.mojo.natives maven-native-api - 1.0-alpha-5 + 1.0-alpha-8 com.thoughtworks.xstream xstream - 1.3.1 - - - - xom - xom - - - + ${xstream-version} + + + + xom + xom + + + junit junit - 4.8.2 + ${junit-version} test @@ -72,25 +72,14 @@ org.apache.maven.plugins - maven-compiler-plugin - - true - true - 1.6 - 1.6 - - - - org.apache.maven.plugins maven-javadoc-plugin - 2.8 http://java.sun.com/j2se/1.5.0/docs/api/ true 900m - 1.6 + 1.7 http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/9a656c84/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 607dc5d..9c384ff 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache apache - 9 + 15 4.0.0 @@ -32,7 +32,7 @@ ActiveMQ-CPP Project 2007 - 2.0.9 + 3.1.1 @@ -60,14 +60,20 @@ - 5.7.0 + 1.7 + 1.7 + + 5.11.1 activemq-cpp-${activemq-version} Apache ActiveMQ-CPP 0.1.0 1.7.0 - 1.4.1 + 1.4.8 ${ACTIVEMQ_SRC_HOME}/activemq-client/ 2.0 + 4.12 + 2.4 + 1.4.0 @@ -107,6 +113,7 @@ + test @@ -117,7 +124,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + ${assembly-plugin-version} gnu @@ -169,6 +176,20 @@ + + + org.apache.maven.plugins + maven-compiler-plugin + + ${source-version} + ${target-version} + true + true + true + true + + + @@ -180,7 +201,6 @@ org.apache.maven.plugins maven-gpg-plugin - 1.4 true ${gpg.passphrase}