Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-12-15 16:37:14 +0000
committerIgor Fedorenko2011-12-15 16:37:14 +0000
commit3b5f87517c784e5eaa347ea3a8686d0fde725919 (patch)
tree6abf96da09d51a2306c4bc39ae6c81d6031053b9
parentb74a1de463d9e548ae6220ae0a4c02a90e406d49 (diff)
downloadeclipse.platform.releng.aggregator-3b5f87517c784e5eaa347ea3a8686d0fde725919.tar.gz
eclipse.platform.releng.aggregator-3b5f87517c784e5eaa347ea3a8686d0fde725919.tar.xz
eclipse.platform.releng.aggregator-3b5f87517c784e5eaa347ea3a8686d0fde725919.zip
new tycho snapshot repository url
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--eclipse-parent/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 1c23b9eaf..5bc1c7c39 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -18,12 +18,14 @@
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.5.3/site.p2</ecf-repo.url>
<natives-repo.url>file:///var/tmp/lts/natives</natives-repo.url>
+
+ <tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
</properties>
-
+
<pluginRepositories>
<pluginRepository>
<id>tycho</id>
- <url>https://repository.sonatype.org/content/repositories/snapshots/</url>
+ <url>${tycho-repo.url}</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>

Back to the top