Moved to the CBI maven repo specifically
diff --git a/cbi/eclipse-parent/pom.xml b/cbi/eclipse-parent/pom.xml
index bf91d94..9a3086f 100644
--- a/cbi/eclipse-parent/pom.xml
+++ b/cbi/eclipse-parent/pom.xml
@@ -35,7 +35,7 @@
 
     <juno-repo.url>http://download.eclipse.org/releases/juno</juno-repo.url>
     <tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
-    <eclipse-repo.url>https://repo.eclipse.org/content/groups/eclipse/</eclipse-repo.url>
+    <cbi-repo.url>https://repo.eclipse.org/content/groups/cbi/</cbi-repo.url>
   </properties>
 
   <repositories>
@@ -84,8 +84,8 @@
       <snapshots><enabled>true</enabled></snapshots>
     </pluginRepository>
     <pluginRepository>
-      <id>eclipse</id>
-      <url>${eclipse-repo.url}</url>
+      <id>cbi-plugins</id>
+      <url>${cbi-repo.url}</url>
       <releases>
         <enabled>true</enabled>
       </releases>