Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-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 760AB119E2 for ; Sun, 29 Jun 2014 12:38:29 +0000 (UTC) Received: (qmail 49329 invoked by uid 500); 29 Jun 2014 12:38:28 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 49269 invoked by uid 500); 29 Jun 2014 12:38:28 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 49257 invoked by uid 99); 29 Jun 2014 12:38:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2014 12:38:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 176F68AC462; Sun, 29 Jun 2014 12:38:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smarru@apache.org To: commits@airavata.apache.org Date: Sun, 29 Jun 2014 12:38:28 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/8] git commit: Unifying multiple mysql-connector-java versions. Repository: airavata Updated Branches: refs/heads/master 3d5b9a67f -> eaf09bd90 Unifying multiple mysql-connector-java versions. Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/c97832e2 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/c97832e2 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/c97832e2 Branch: refs/heads/master Commit: c97832e292407bf3a26e4fc5138c21181a4e7fff Parents: 8ebb254 Author: Suresh Marru Authored: Sat Jun 28 23:29:28 2014 -0400 Committer: Suresh Marru Committed: Sat Jun 28 23:29:28 2014 -0400 ---------------------------------------------------------------------- .../airavata-client-sdks/java-client-samples/pom.xml | 7 +------ modules/gfac/gfac-gsissh/pom.xml | 10 +++++----- modules/registry/airavata-jpa-registry/pom.xml | 2 +- modules/ws-messenger/pom.xml | 2 +- pom.xml | 1 + 5 files changed, 9 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/c97832e2/airavata-api/airavata-client-sdks/java-client-samples/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml index 4c2e282..f678f3a 100644 --- a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml +++ b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml @@ -26,11 +26,6 @@ - - mysql - mysql-connector-java - 5.1.12 - org.apache.airavata airavata-data-models @@ -79,7 +74,7 @@ mysql mysql-connector-java - 5.1.17 + ${mysql.connector.version} org.apache.airavata http://git-wip-us.apache.org/repos/asf/airavata/blob/c97832e2/modules/gfac/gfac-gsissh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-gsissh/pom.xml b/modules/gfac/gfac-gsissh/pom.xml index d129a5d..49b3ce4 100644 --- a/modules/gfac/gfac-gsissh/pom.xml +++ b/modules/gfac/gfac-gsissh/pom.xml @@ -107,10 +107,10 @@ sshj 0.6.1 - - mysql - mysql-connector-java - 5.1.31 - + + mysql + mysql-connector-java + ${mysql.connector.version} + http://git-wip-us.apache.org/repos/asf/airavata/blob/c97832e2/modules/registry/airavata-jpa-registry/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/airavata-jpa-registry/pom.xml b/modules/registry/airavata-jpa-registry/pom.xml index 7f7d41a..18a860e 100644 --- a/modules/registry/airavata-jpa-registry/pom.xml +++ b/modules/registry/airavata-jpa-registry/pom.xml @@ -87,7 +87,7 @@ org.apache.derby http://git-wip-us.apache.org/repos/asf/airavata/blob/c97832e2/modules/ws-messenger/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/pom.xml b/modules/ws-messenger/pom.xml index 1865829..363b00d 100644 --- a/modules/ws-messenger/pom.xml +++ b/modules/ws-messenger/pom.xml @@ -67,7 +67,7 @@ mysql mysql-connector-java - 5.1.6 + ${mysql.connector.version} compile http://git-wip-us.apache.org/repos/asf/airavata/blob/c97832e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6698962..046ffe7 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,7 @@ 2.0.6 1.0.0 0.9.1 + 5.1.31 false