Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tessier2016-06-13 14:11:18 +0000
committerPatrick Tessier2016-06-13 14:11:18 +0000
commit6070293ff87b6a05214a3fff2c9676da40d7556f (patch)
tree95b8ae3b79ae8cd97e099e8004d3fa6f6c27c3b3
parent3384dee4574849df10665c91efce6000b61aa642 (diff)
downloadorg.eclipse.papyrus-6070293ff87b6a05214a3fff2c9676da40d7556f.tar.gz
org.eclipse.papyrus-6070293ff87b6a05214a3fff2c9676da40d7556f.tar.xz
org.eclipse.papyrus-6070293ff87b6a05214a3fff2c9676da40d7556f.zip
bug 496004: update jobs to oxygen
https://bugs.eclipse.org/bugs/show_bug.cgi?id=496004 Change-Id: I7daae424d7aee89885b03b6df5e0cd4ffc53d499
-rw-r--r--releng/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/pom.xml b/releng/pom.xml
index a3cc9055306..df32ee3fbd0 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -28,7 +28,7 @@
<!-- Papyrus repositories. Used when we're building individual components
(vs building the parent pom including everything) -->
- <papyrus.eclipse.target>neon</papyrus.eclipse.target>
+ <papyrus.eclipse.target>oxygen</papyrus.eclipse.target>
<eclipse.download>http://download.eclipse.org</eclipse.download> <!-- Deprecated; kept for Legacy. Can be set to file:/home/data/httpd/download.eclipse.org when building on HIPP -->
<papyrus.repo.main>http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/main</papyrus.repo.main>
<papyrus.repo.extra>http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/${papyrus.eclipse.target}/extra</papyrus.repo.extra>

Back to the top