Bug 565995 - added new platform profile

added new platform profile for 2020-09, updated pom configuration

Change-Id: Ifa5d34512a4cabbb8daa3389150409fa12228f90
Signed-off-by: Ralph Soika <ralph.soika@imixs.com>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1634ea8..e3aeddc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.eclipse.bpel</groupId>
 	<artifactId>org.eclipse.bpel.parent.pom</artifactId>
@@ -32,7 +33,6 @@
 
 			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
-				<version>1.4</version>
 			</plugin>
 
 			<plugin>
@@ -483,6 +483,23 @@
 				</repository>
 			</repositories>
 		</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/S20200727174946/repository</eclipse.orbit.url>
+			</properties>
+		</profile>
 		
 		<profile>
 			<id>sign</id>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index bcd09cf..fe45e84 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -6,7 +6,6 @@
 		<version>1.1.3-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.eclipse.bpel</groupId>
 	<artifactId>org.eclipse.bpel.plugins</artifactId>
 	<packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index ed03812..59cdb2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,6 @@
 		<relativePath>parent/pom.xml</relativePath>
 		<version>1.1.3-SNAPSHOT</version>
 	</parent>
-	<groupId>org.eclipse.bpel</groupId>
 	<artifactId>org.eclipse.bpel.root</artifactId>
 	<packaging>pom</packaging>
 	<modules>