Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2016-12-06 21:12:19 +0000
committerJeff Johnston2016-12-06 22:10:07 +0000
commit207661e4afc3edc57d5a32df20a82b50c9e62a3e (patch)
tree29138338db4b4b872f8f4bf8ba3567a4df78b1fe
parent5be87bf4b4ae5462d6f9ba4715febc4fc4b74b99 (diff)
downloadorg.eclipse.linuxtools-207661e4afc3edc57d5a32df20a82b50c9e62a3e.tar.gz
org.eclipse.linuxtools-207661e4afc3edc57d5a32df20a82b50c9e62a3e.tar.xz
org.eclipse.linuxtools-207661e4afc3edc57d5a32df20a82b50c9e62a3e.zip
Fix mirror urls to have major minor and point release numbers.v5.2.0
Change-Id: I02dd59443bc21f14a70aea800f3edb772b5a7fc6 Reviewed-on: https://git.eclipse.org/r/86540 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 16b6d72413..08512c8da3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,8 @@
</distributionManagement>
<properties>
- <mirror-repo-name>update-5.2</mirror-repo-name>
- <mirror-docker-repo-name>update-docker-2.2</mirror-docker-repo-name>
+ <mirror-repo-name>update-5.2.0</mirror-repo-name>
+ <mirror-docker-repo-name>update-docker-2.2.0</mirror-docker-repo-name>
<tycho-version>0.26.0</tycho-version>
<tycho-extras-version>0.26.0</tycho-extras-version>
<target-platform>linuxtools-e4.6</target-platform>

Back to the top