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>
|
||||
<connection>scm:git:https://github.com/eclipse/hawkbit.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/eclipse/hawkbit.git</developerConnection>
|
||||
<url>https://github.com/eclipse/hawkbit.git</url>
|
||||
<connection>${release.scm.connection}</connection>
|
||||
<developerConnection>${release.scm.developerConnection}</developerConnection>
|
||||
<url>${release.scm.url}</url>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
@@ -87,6 +87,11 @@
|
||||
<commons-lang3.version>3.4</commons-lang3.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.host.url>https://sonar.eu-gb.mybluemix.net</sonar.host.url>
|
||||
<sonar.github.repository>bsinno/hawkbit-update-server</sonar.github.repository>
|
||||
|
||||
Reference in New Issue
Block a user