summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2016-12-02 12:35:28 +0200
committerGitHub <noreply@github.com>2016-12-02 12:35:28 +0200
commit54a6eef91cb2f0b8b7d65661162257711a2d6e2a (patch)
tree2d3fa3df4d3721598ea630c5b5cb78890c431501 /pom.xml
parent105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1 (diff)
downloadvaadin-framework-54a6eef91cb2f0b8b7d65661162257711a2d6e2a.tar.gz
vaadin-framework-54a6eef91cb2f0b8b7d65661162257711a2d6e2a.zip
Fix root POM SCM entries to point to GitHub (#73)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d6970f8bf2..d6b9a89b8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,8 +80,8 @@
</license>
</licenses>
<scm>
- <connection>scm:https:https://github.com/vaadin/framework.git</connection>
- <developerConnection>scm:https:https://github.com/vaadin/framework.git</developerConnection>
+ <connection>scm:git:git://github.com/vaadin/framework.git</connection>
+ <developerConnection>scm:git:git://github.com/vaadin/framework.git</developerConnection>
<url>https://github.com/vaadin/framework</url>
</scm>