Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-12-20 10:24:31 +0000
committerSteffen Pingel2013-12-20 10:24:31 +0000
commit4f804fa9031e3313fe56cfa364b044a630ca1e67 (patch)
tree024025a345d6a72893311776c6d5e9d61023ce4c
parent113768d398af5e5cecb21e5e9856ad5af782bf5a (diff)
downloadorg.eclipse.mylyn.versions-4f804fa9031e3313fe56cfa364b044a630ca1e67.tar.gz
org.eclipse.mylyn.versions-4f804fa9031e3313fe56cfa364b044a630ca1e67.tar.xz
org.eclipse.mylyn.versions-4f804fa9031e3313fe56cfa364b044a630ca1e67.zip
420143: use new Maven repository to publish poms
Change-Id: Ia9fc767fa5e1a862188325b574a4172af3938900 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420143
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 52abbb7..91b21b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,12 +35,12 @@
<enabled>true</enabled>
</snapshots>
<id>mylyn-snapshots</id>
- <url>http://download.eclipse.org/mylyn/maven/snapshots</url>
+ <url>https://repo.eclipse.org/content/repositories/mylyn-snapshots/</url>
<layout>default</layout>
</repository>
<repository>
<id>mylyn-releases</id>
- <url>http://download.eclipse.org/mylyn/maven/releases</url>
+ <url>https://repo.eclipse.org/content/repositories/mylyn-releases/</url>
<layout>default</layout>
</repository>
</repositories>

Back to the top