Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-10-30 14:07:36 +0000
committerQuentin Le Menez2018-10-31 09:36:09 +0000
commitab0c0ebb8c3fd7e4305d5494a9ad2ef514d0d07a (patch)
tree220ef85c0cc696f86a61df8c82bff7db9facc888 /releng/toolsmiths/site/pom.xml
parent1686532527abb5025af4b7979faf11e326841444 (diff)
downloadorg.eclipse.papyrus-ab0c0ebb8c3fd7e4305d5494a9ad2ef514d0d07a.tar.gz
org.eclipse.papyrus-ab0c0ebb8c3fd7e4305d5494a9ad2ef514d0d07a.tar.xz
org.eclipse.papyrus-ab0c0ebb8c3fd7e4305d5494a9ad2ef514d0d07a.zip
Bug 539022 - [Releng] Update the target tool to the new Updater
Change-Id: I7c5240f6565e1292d524e9979f4a05c81f3c12d5 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/toolsmiths/site/pom.xml')
-rw-r--r--releng/toolsmiths/site/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/toolsmiths/site/pom.xml b/releng/toolsmiths/site/pom.xml
index 6613fbca79b..8650aa7d2b7 100644
--- a/releng/toolsmiths/site/pom.xml
+++ b/releng/toolsmiths/site/pom.xml
@@ -51,7 +51,7 @@
<!-- p2 update site transitive dependencies repositories -->
<associateSites>
<site>http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a</site>
- <site>https://dl.bintray.com/mbarbero/fr.obeo.releng.targetplatform/latest</site>
+ <site>http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/</site>
</associateSites>
</configuration>
</execution>

Back to the top