From 0055d80211def39d3e174d5cad7e1b3839c19b15 Mon Sep 17 00:00:00 2001 From: Noa Resare Date: Fri, 4 Jan 2013 12:20:06 -0500 Subject: [PATCH] CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds If you update your build to build a version with a name not ending in -SNAPSHOT, you are required to declare versions on all your depdendencies. There is already a cs.mysql.version property, this patch makes sure it is used where appropriate. Signed-off-by: Chip Childers --- awsapi/pom.xml | 1 + client/pom.xml | 1 + server/pom.xml | 1 + utils/pom.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 06c9d7e058a..3ab595211d4 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -266,6 +266,7 @@ mysql mysql-connector-java + ${cs.mysql.version} runtime diff --git a/client/pom.xml b/client/pom.xml index 77077066f9a..3d126984d3f 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -104,6 +104,7 @@ mysql mysql-connector-java + ${cs.mysql.version} runtime diff --git a/server/pom.xml b/server/pom.xml index 5ae926f9111..f8a1ae0aac2 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -45,6 +45,7 @@ mysql mysql-connector-java + ${cs.mysql.version} provided diff --git a/utils/pom.xml b/utils/pom.xml index 1ee8b7e50e3..0b3392d3aed 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -132,6 +132,7 @@ mysql mysql-connector-java + ${cs.mysql.version} test