Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2016-05-25 19:51:12 +0000
committerJeff Johnston2016-05-25 20:18:20 +0000
commitce69aa8ad6c570cf29482dbdade76673f894ca39 (patch)
tree5a5cf9dd0312c79804a743e1ae5cf9dd927ab2d0
parentf5f22c6194e1280f3ff966ba880a54431756bd65 (diff)
downloadorg.eclipse.linuxtools-ce69aa8ad6c570cf29482dbdade76673f894ca39.tar.gz
org.eclipse.linuxtools-ce69aa8ad6c570cf29482dbdade76673f894ca39.tar.xz
org.eclipse.linuxtools-ce69aa8ad6c570cf29482dbdade76673f894ca39.zip
Update mirror urls for 5.0.0 release.
Change-Id: I550b457bed138a84e46ab3bce3f19155e8f5cc86 Reviewed-on: https://git.eclipse.org/r/73657 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cf56a47d8b..70301ea9a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,8 @@
</distributionManagement>
<properties>
- <mirror-repo-name>updates-nightly-neon</mirror-repo-name>
- <mirror-docker-repo-name>updates-docker-nightly-neon</mirror-docker-repo-name>
+ <mirror-repo-name>update-5.0</mirror-repo-name>
+ <mirror-docker-repo-name>update-docker-2.0</mirror-docker-repo-name>
<tycho-version>0.25.0</tycho-version>
<tycho-extras-version>0.25.0</tycho-extras-version>
<target-platform>linuxtools-e4.6</target-platform>

Back to the top