summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-08-15 09:38:48 +0200
committerKristian Aune <kraune@yahoo-inc.com>2017-08-15 09:38:48 +0200
commitfe3c094b3117a16ee6d10baf66b9c67549ecda56 (patch)
tree1930c114ede21b48342ada221458fae1e38e0f49 /pom.xml
parenta990f97e7d7040d84f1c9455be9768b320219f62 (diff)
use correct github org
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 0feb2bbb9e3..e71233e0ea3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<version>6-SNAPSHOT</version>
<name>parent</name>
<description>Parent artifact for all Vespa maven projects.</description>
- <url>http://yahoo.github.io/vespa</url>
+ <url>https://github.com/vespa-engine</url>
<licenses>
<license>
@@ -20,7 +20,7 @@
<developers>
<developer>
<name>Vespa</name>
- <url>https://github.com/yahoo</url>
+ <url>https://github.com/vespa-engine</url>
</developer>
</developers>
@@ -32,9 +32,9 @@
</distributionManagement>
<scm>
- <connection>scm:git:git@github.com:yahoo/vespa.git</connection>
- <developerConnection>scm:git:git@github.com:yahoo/vespa.git</developerConnection>
- <url>git@github.com:yahoo/vespa.git</url>
+ <connection>scm:git:git@github.com:vespa-engine/vespa.git</connection>
+ <developerConnection>scm:git:git@github.com:vespa-engine/vespa.git</developerConnection>
+ <url>git@github.com:vespa-engine/vespa.git</url>
</scm>
<build>