From 661134bd83e4bcdae231e0f3ba157881a70d6b4c Mon Sep 17 00:00:00 2001 From: Patrick Fink Date: Sat, 23 Sep 2017 19:52:05 +0200 Subject: [PATCH] Make git scm easier configurable (e.g. for forks / sandbox usage) (#541) * Add hard-coded pom version, otherwise release will fail with error "There are no snapshot projects that could be released!" due to auto-updated parent version * Make git scm easier configurable (e.g. for forks / sandbox usage) Signed-off-by: Patrick Fink --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8cd9e5d0c5..5c8dbb7118 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ - scm:git:https://github.com/openhab/openhab-distro.git - scm:git:https://github.com/openhab/openhab-distro.git + scm:git:${scm.gitBaseUrl}/openhab-distro.git + scm:git:${scm.gitBaseUrl}/openhab-distro.git https://github.com/openhab/openhab-distro