Use non-composite latest release URL for baseline

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>
diff --git a/pom.xml b/pom.xml
index f072bd0..973c685 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>