Switch SCM info to property to allow easier release on forks
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -44,9 +44,9 @@
|
|||||||
|
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://github.com/eclipse/hawkbit.git</connection>
|
<connection>${release.scm.connection}</connection>
|
||||||
<developerConnection>scm:git:https://github.com/eclipse/hawkbit.git</developerConnection>
|
<developerConnection>${release.scm.developerConnection}</developerConnection>
|
||||||
<url>https://github.com/eclipse/hawkbit.git</url>
|
<url>${release.scm.url}</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -87,6 +87,11 @@
|
|||||||
<commons-lang3.version>3.4</commons-lang3.version>
|
<commons-lang3.version>3.4</commons-lang3.version>
|
||||||
<aspectj.version>1.8.5</aspectj.version>
|
<aspectj.version>1.8.5</aspectj.version>
|
||||||
|
|
||||||
|
<!-- Release -->
|
||||||
|
<release.scm.connection>scm:git:https://github.com/eclipse/hawkbit.git</release.scm.connection>
|
||||||
|
<release.scm.developerConnection>scm:git:https://github.com/eclipse/hawkbit.git</release.scm.developerConnection>
|
||||||
|
<release.scm.url>https://github.com/eclipse/hawkbit.git</release.scm.url>
|
||||||
|
|
||||||
<!-- Sonar -->
|
<!-- Sonar -->
|
||||||
<sonar.host.url>https://sonar.eu-gb.mybluemix.net</sonar.host.url>
|
<sonar.host.url>https://sonar.eu-gb.mybluemix.net</sonar.host.url>
|
||||||
<sonar.github.repository>bsinno/hawkbit-update-server</sonar.github.repository>
|
<sonar.github.repository>bsinno/hawkbit-update-server</sonar.github.repository>
|
||||||
|
|||||||
Reference in New Issue
Block a user