Fix eclipserun repo to be 4.8 final.

And remove cbi-snapshot repo - not used and just creates noise and
useless network requests.

Change-Id: Ib8da24a86055d6e8dae4ad2d3701e6c89b9000ec
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/pom.xml b/pom.xml
index d009895..62d59cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 		<pack200>${java.home}/bin</pack200>
 		<tycho.testArgLine></tycho.testArgLine>
 		<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git</tycho.scmUrl>
-		<eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.8milestones/</eclipserun-repo>
+		<eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.8/</eclipserun-repo>
 	</properties>
 
 	<repositories>
@@ -64,10 +64,6 @@
 			<id>cbi-releases</id>
 			<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
 		</pluginRepository>
-		<pluginRepository>
-			<id>cbi-snapshots</id>
-			<url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
-		</pluginRepository>
 	</pluginRepositories>
 
 	<build>