summaryrefslogtreecommitdiffstats
path: root/pom-template.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-03-05 15:08:11 +0200
committerArtur Signell <artur@vaadin.com>2013-03-05 15:08:11 +0200
commit313c5c2aea0e38e6cf30d53b1b2e863a3d09f37c (patch)
treee24e2e59e4f427f38eb88d592df627ed7a60db61 /pom-template.xml
parent48b5c927b9e4e614e7cc334fb9c8b0bed42d28c8 (diff)
downloadvaadin-framework-313c5c2aea0e38e6cf30d53b1b2e863a3d09f37c.tar.gz
vaadin-framework-313c5c2aea0e38e6cf30d53b1b2e863a3d09f37c.zip
Updated scm in pom template (#11204)
Change-Id: Ibca529e02d6572cd3623df69ee277d570c749dc6
Diffstat (limited to 'pom-template.xml')
-rw-r--r--pom-template.xml6
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>
/a> 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375