diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-05 15:08:11 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-03-05 15:08:11 +0200 |
commit | 313c5c2aea0e38e6cf30d53b1b2e863a3d09f37c (patch) | |
tree | e24e2e59e4f427f38eb88d592df627ed7a60db61 | |
parent | 48b5c927b9e4e614e7cc334fb9c8b0bed42d28c8 (diff) | |
download | vaadin-framework-313c5c2aea0e38e6cf30d53b1b2e863a3d09f37c.tar.gz vaadin-framework-313c5c2aea0e38e6cf30d53b1b2e863a3d09f37c.zip |
Updated scm in pom template (#11204)
Change-Id: Ibca529e02d6572cd3623df69ee277d570c749dc6
-rw-r--r-- | pom-template.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pom-template.xml b/pom-template.xml index 33e6be623e..1716abc82a 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -30,9 +30,9 @@ </license> </licenses> <scm> - <connection>scm:http:http://dev.vaadin.com/git/vaadin.git</connection> - <developerConnection>scm:ssh:git@dev.vaadin.com/vaadin</developerConnection> - <url>http://dev.vaadin.com/git/?p=vaadin.git</url> + <connection>scm:https:https://github.com/vaadin/vaadin.git</connection> + <developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection> + <url>https://github.com/vaadin/vaadin</url> </scm> <developers> <developer> |