Bug 573015 Build signing services changes

Change the Maven cbi plugin versions

Change-Id: I904f0bcf9c22a5eb20852c367f939e33d5290f4b
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=573015
diff --git a/parent/pom.xml b/parent/pom.xml
index a552b9d..8bd371d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -48,7 +48,8 @@
 		-->

 		<eclipse-repo.url>https://repo.eclipse.org/content/repositories/cbi/</eclipse-repo.url>

 		<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>

-		<cbi-releases-repo.url>https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-releases-repo.url>

+		<cbi-releases-repo.url>https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-releases-repo.url>
+		<cbi-repo-url>https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-repo-url>

 		<cbi-plugins.version>1.3.0</cbi-plugins.version>

 		<macSigner.forceContinue>false</macSigner.forceContinue>

 	</properties>

@@ -124,8 +125,34 @@
 					<id>maven.eclipse.org</id>

 					<url>${cbi-repo-url}</url>

 				</pluginRepository>

+				<pluginRepository>

+					<id>cbi-snapshots</id>

+					<url>${cbi-snapshots-repo.url}</url>

+					<snapshots>

+						<enabled>true</enabled>

+					</snapshots>

+				</pluginRepository>

+				<pluginRepository>

+					<id>cbi-releases</id>

+					<url>${cbi-releases-repo.url}</url>

+					<releases>

+						<enabled>true</enabled>

+					</releases>

+					<snapshots>

+						<enabled>true</enabled>

+					</snapshots>

+				</pluginRepository>

+				<pluginRepository>

+					<id>eclipse</id>

+					<url>${eclipse-repo.url}</url>

+					<releases>

+						<enabled>true</enabled>

+					</releases>

+					<snapshots>

+						<enabled>true</enabled>

+					</snapshots>

+				</pluginRepository>

 			</pluginRepositories>

-

 			<build>

 				<plugins>

 					<plugin>