Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2020-06-10 13:54:37 +0000
committerMickael Istria2020-06-10 15:36:29 +0000
commitd53d22d98f2ac6d1f7124e146df8ed6fb22f6a75 (patch)
tree373c6a13a7a9e2161d8c51bf355dccb3528872b9
parent9879594e940f6e12def15a77965ad50f1c55e4c3 (diff)
downloadm2e-core-1.16.0.tar.gz
m2e-core-1.16.0.tar.xz
m2e-core-1.16.0.zip
Use non-composite latest release URL for baselineHEAD1.16.0master
This will save some network access and time during build as only 1 set of metadata is read. Change-Id: Ibda6c3a0a68cfbea810f13c739d9095d63f0d708 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f072bd0c..973c685d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
<phase>verify</phase>
<configuration>
<baselines>
- <baseline>https://download.eclipse.org/technology/m2e/releases/</baseline>
+ <baseline>https://download.eclipse.org/technology/m2e/releases/latest/</baseline>
</baselines>
<comparator>zip</comparator>
</configuration>

Back to the top