Bug 571897: Use new URLs ahead of new release of CBI

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=571897#c5

Change-Id: I8e81342bf8dec88f21d188126f3d9a0cbd9742ab
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index 15c187d..f981369 100644
--- a/releng/org.eclipse.epp.config/parent/product/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/product/pom.xml
@@ -106,6 +106,7 @@
             </goals>
             <phase>pre-integration-test</phase>
             <configuration>
+              <serviceUrl>https://cbi.eclipse.org/macos/packager/dmg/create</serviceUrl>
               <source>${project.build.directory}/products/${build}_eclipse-${eclipse.epp.id}-${eclipse.simultaneous.release.id}-macosx.cocoa.x86_64.tar.gz</source>
               <sign>${eclipse-sign-dmg-property}</sign>
               <timeoutMillis>600000</timeoutMillis>
@@ -159,6 +160,8 @@
                   <goal>sign</goal>
                 </goals>
                 <configuration>
+                  <!-- Temporary until Bug 571897 is fully resolved -->
+                  <signerUrl>https://cbi.eclipse.org/macos/codesign/sign</signerUrl>
                   <baseSearchDir>${project.build.directory}/products/${project.artifactId}</baseSearchDir>
                   <fileNames>
                     <fileName>Eclipse.app</fileName>