Change to using jetty version of eclipse signing plugin as cbi infra not useable.
diff --git a/jetty.bundles.repo/pom.xml b/jetty.bundles.repo/pom.xml
index fba09e7..13cb59c 100644
--- a/jetty.bundles.repo/pom.xml
+++ b/jetty.bundles.repo/pom.xml
@@ -104,7 +104,7 @@
            </executions>
          </plugin>
          <plugin>
-           <groupId>org.eclipse.dash.maven</groupId>
+           <groupId>org.eclipse.jetty.toolchain</groupId>
            <artifactId>eclipse-signing-maven-plugin</artifactId>
            <version>${signing-plugin-version}</version>
            <executions>
diff --git a/pom.xml b/pom.xml
index bef02ac..b1ca55f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
     <jetty-version>7.6.6-SNAPSHOT</jetty-version>
     <p2-install-folder-name>development</p2-install-folder-name>
-    <signing-plugin-version>1.0.5</signing-plugin-version>
+    <signing-plugin-version>1.0.0</signing-plugin-version>
 
 
     <eclipse-mirror-url>http://download.eclipse.org</eclipse-mirror-url>
@@ -48,16 +48,6 @@
 
   <pluginRepositories>
      <pluginRepository>
-       <id>dash-plugins</id>
-       <url>http://maven.eclipse.org/nexus/content/groups/public/</url>
-       <snapshots>
-        <enabled>true</enabled>
-       </snapshots>
-       <releases>
-        <enabled>true</enabled>
-       </releases>
-     </pluginRepository>
-     <pluginRepository>
        <id>intalio-dash-plugins</id>
        <url>http://intalio.org/public/maven2</url>
        <snapshots>