Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorQuentin Le Menez2018-09-07 14:22:00 +0000
committerQuentin Le Menez2018-09-07 14:24:15 +0000
commit10f135c98e927876e364e0b71f9f2fef4a754b94 (patch)
tree7b1b9b7defbe20c7b1fb8aa5789fe4c267af8067 /releng
parent59fba7ccc58ec06c340e99f65ecf22f7e10688bf (diff)
downloadorg.eclipse.papyrus-10f135c98e927876e364e0b71f9f2fef4a754b94.tar.gz
org.eclipse.papyrus-10f135c98e927876e364e0b71f9f2fef4a754b94.tar.xz
org.eclipse.papyrus-10f135c98e927876e364e0b71f9f2fef4a754b94.zip
Bug 536299 - [Releng] Update jboss reference for the release
- This will need to be replaced by the new cbi project as soon as the release is out Change-Id: I31bf6d5ffc7b500a6367e2bca2c9832f9e899155 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng')
-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 a485ec78ee1..ef3cb3cd25b 100644
--- a/releng/toolsmiths/site/pom.xml
+++ b/releng/toolsmiths/site/pom.xml
@@ -41,7 +41,7 @@
<!-- p2 update site transitive dependencies repositories -->
<associateSites>
<site>http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a</site>
- <site>http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/latest/</site>
+ <site>https://dl.bintray.com/mbarbero/fr.obeo.releng.targetplatform/latest</site>
</associateSites>
</configuration>
</execution>

Back to the top