Skip to content

Commit

Permalink
Make git scm easier configurable (e.g. for forks / sandbox usage) (#541)
Browse files Browse the repository at this point in the history
* 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 <mail@pfink.de>
  • Loading branch information
pfink authored and kaikreuzer committed Sep 23, 2017
1 parent 43b55ff commit 661134b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,8 +26,8 @@
</licenses>

<scm>
<connection>scm:git:https://github.com/openhab/openhab-distro.git</connection>
<developerConnection>scm:git:https://github.com/openhab/openhab-distro.git</developerConnection>
<connection>scm:git:${scm.gitBaseUrl}/openhab-distro.git</connection>
<developerConnection>scm:git:${scm.gitBaseUrl}/openhab-distro.git</developerConnection>
<url>https://github.com/openhab/openhab-distro</url>
</scm>

Expand Down

0 comments on commit 661134b

Please sign in to comment.