Bug 565746 - added new platform profile

added new platform profile for 2020-09

Change-Id: I7a112cd6a52969b28264114b5975a4ea3bc24cce
Signed-off-by: Ralph Soika <ralph.soika@imixs.com>
diff --git a/pom.xml b/pom.xml
index f3ced36..c931d03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,6 +167,7 @@
 			</properties>
 		</profile>
 		
+		<!-- 2020-06 -->
 		<profile>
 			<id>platform-2020-06</id>
 			<activation>
@@ -183,6 +184,38 @@
 			</properties>
 		</profile>
 		
+		<!-- 2020-09 -->
+		<profile>
+			<id>platform-2020-09</id>
+			<activation>
+				<property>
+					<name>platform-version-name</name>
+					<value>2020-09</value>
+				</property>
+			</activation>
+			<properties>
+				<eclipse-site>http://download.eclipse.org/releases/2020-09</eclipse-site>
+				<platform-version>[4.8,5.2)</platform-version>
+				<platform-version-name>2020-09</platform-version-name>
+				<!-- 
+				<eclipse.orbit.url>https://download.eclipse.org/tools/orbit/S-builds/S20200526004052/repository</eclipse.orbit.url>
+				 -->
+			</properties>
+			<build>
+				<plugins>
+					<plugin>
+					    <groupId>org.eclipse.tycho</groupId>
+					    <artifactId>tycho-surefire-plugin</artifactId>
+					    <version>${tycho-version}</version>
+						<configuration>
+							<useUIThread>false</useUIThread>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+		
+		
 		<profile>
 			<id>sign</id>
 			<build>
@@ -204,7 +237,7 @@
 					<plugin>
 						<groupId>org.eclipse.cbi.maven.plugins</groupId>
 						<artifactId>eclipse-jarsigner-plugin</artifactId>
-						<version>1.0.5</version>
+						<version>1.1.3</version>
 						<executions>
 							<execution>
 								<id>sign</id>
@@ -245,6 +278,15 @@
 
 	<repositories>
 		<repository>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+			<id>central</id>
+			<name>Central Repository</name>
+			<url>https://repo.maven.apache.org/maven2</url>
+		</repository>
+	
+		<repository>
 			<id>eclipse-platform</id>
 			<layout>p2</layout>
 			<url>${eclipse-site}</url>