Releng: Added CBI Snapshots repository
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 57f9eb8..b78d690 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -108,6 +108,10 @@
             <id>cbi</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>
 
     <profiles>