| commit | 30da9a9196dd54ea1e419ac88301213b282a929c | [log] [tgz] |
|---|---|---|
| author | Stephan Wahlbrink <sw@wahlbrink.eu> | Fri Jun 11 11:58:20 2021 +0200 |
| committer | Stephan Wahlbrink <sw@wahlbrink.eu> | Fri Jun 11 11:58:20 2021 +0200 |
| tree | cb9aabb1e296793a9c97e194f145c2e3c4e526b0 | |
| parent | 200d7e9a5f4fb7c031946c2669e6435f6be70e20 [diff] |
Bug 574153: Change scm urls from git:// to https:// Change-Id: I8be0b8114f88f82deb12464c14701d85a38aff0f
diff --git a/pom.xml b/pom.xml index 8ea884c..f44fdfe 100644 --- a/pom.xml +++ b/pom.xml
@@ -32,7 +32,7 @@ <packaging>pom</packaging> <properties> - <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git</tycho.scmUrl> + <tycho.scmUrl>scm:git:https://git.eclipse.org/r/statet/org.eclipse.statet-r.git</tycho.scmUrl> </properties> <build>