526469: Move the Virgo Tooling to the new EPL v2.0 

Change pom.xml
diff --git a/pom.xml b/pom.xml
index d382bf7..73d3392 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,8 @@
 		<pack200>"${java.home}/bin"</pack200>
 		<test.osvmargs></test.osvmargs>
 
-		<tycho-version>0.21.0</tycho-version>
+		<tycho-version>1.2.0</tycho-version>
+		<signer-version>1.1.5</signer-version>
 		<skip-source-check>true</skip-source-check>
 	</properties>
 
@@ -99,7 +100,7 @@
 					<plugin>
 						<groupId>org.eclipse.cbi.maven.plugins</groupId>
 						<artifactId>eclipse-jarsigner-plugin</artifactId>
-						<version>1.0.5</version>
+						<version>${signer-version}</version>
 						<executions>
 							<execution>
 								<id>sign</id>
@@ -182,7 +183,7 @@
 					<plugin>
 						<groupId>org.eclipse.cbi.maven.plugins</groupId>
 						<artifactId>eclipse-jarsigner-plugin</artifactId>
-						<version>1.0.5</version>
+						<version>${signer-version}</version>
 						<executions>
 							<execution>
 								<id>sign</id>
@@ -231,11 +232,6 @@
 
 	<repositories>
 		<repository>
-			<!-- Common Build Infrastructure - contains Maven plug-ins for signing -->
-			<id>cbi</id>
-			<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
-		</repository>
-		<repository>
 			<id>eclipse</id>
 			<layout>p2</layout>
 			<url>http://download.eclipse.org/releases/oxygen/</url>
@@ -272,8 +268,17 @@
 		</repository>
 	</repositories>
 
+	<pluginRepositories>
+		<pluginRepository>
+			<!-- Common Build Infrastructure - contains Maven plug-ins for signing -->
+			<id>cbi</id>
+			<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
+		</pluginRepository>
+	</pluginRepositories>
+
 	<build>
 		<plugins>
+
 			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-maven-plugin</artifactId>
@@ -421,6 +426,9 @@
 					</configuration>
 				</plugin>
 			</plugins>
+
 		</pluginManagement>
+
+
 	</build>
 </project>