Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2019-03-12 18:31:27 +0000
committerJeff Johnston2019-03-12 19:19:41 +0000
commitd4fd4bbc25063570da9c4ebfa1f8e6f8c6f26201 (patch)
tree6ae7826f787c5e44294bcab630b292036641d0be
parent2eaed48f464c33a6781d50c9fd8673746f82f7dc (diff)
downloadorg.eclipse.linuxtools-d4fd4bbc25063570da9c4ebfa1f8e6f8c6f26201.tar.gz
org.eclipse.linuxtools-d4fd4bbc25063570da9c4ebfa1f8e6f8c6f26201.tar.xz
org.eclipse.linuxtools-d4fd4bbc25063570da9c4ebfa1f8e6f8c6f26201.zip
Fix mirror locations to have major.minor.point specifiersv7.2.0
Change-Id: Ie4009641703897a91301a772c1d02db8ceb78919 Reviewed-on: https://git.eclipse.org/r/138579 Tested-by: CI Bot 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 50d193c9d7..939ab66071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
</distributionManagement>
<properties>
- <mirror-repo-name>update-7.2</mirror-repo-name>
- <mirror-docker-repo-name>update-docker-4.2</mirror-docker-repo-name>
+ <mirror-repo-name>update-7.2.0</mirror-repo-name>
+ <mirror-docker-repo-name>update-docker-4.2.0</mirror-docker-repo-name>
<mirror-mylyn-repo-name>update-mylyn-2.2</mirror-mylyn-repo-name>
<tycho-version>1.3.0</tycho-version>
<tycho-extras-version>1.3.0</tycho-extras-version>

Back to the top