Skip to content

Commit

Permalink
Add scm connection info (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Fink <mail@pfink.de>
  • Loading branch information
pfink authored and cdjackson committed Sep 23, 2017
1 parent 153aadf commit 29171f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -22,6 +22,12 @@
<report.fail.on.error>false</report.fail.on.error>
</properties>

<scm>
<connection>scm:git:${scm.gitBaseUrl}/org.openhab.binding.zigbee.git</connection>
<developerConnection>scm:git:${scm.gitBaseUrl}/org.openhab.binding.zigbee.git</developerConnection>
<url>https://github.com/openhab/org.openhab.binding.zigbee</url>
</scm>

<build>
<testSourceDirectory>src/test</testSourceDirectory>

Expand Down

1 comment on commit 29171f5

@openhab-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/zigbee-binding/15763/383

Please sign in to comment.