diff options
author | Henri Sara <henri.sara@gmail.com> | 2016-12-02 12:35:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-02 12:35:28 +0200 |
commit | 54a6eef91cb2f0b8b7d65661162257711a2d6e2a (patch) | |
tree | 2d3fa3df4d3721598ea630c5b5cb78890c431501 /pom.xml | |
parent | 105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1 (diff) | |
download | vaadin-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |