Blame SOURCES/1-remove-profiles.patch

8e0cd2
diff --git a/pom.xml b/pom.xml
8e0cd2
index 587d175..1c7c1f1 100644
8e0cd2
--- a/pom.xml
8e0cd2
+++ b/pom.xml
8e0cd2
@@ -109,95 +109,6 @@
95ad29
 			<url>${snapshot.repo}</url>
95ad29
 		</snapshotRepository>
95ad29
 	</distributionManagement>
95ad29
-	<profiles>
95ad29
-		<profile>
8e0cd2
-			<id>2020-12</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
8e0cd2
-									<artifactId>platform-definition-2020-12</artifactId>
8e0cd2
-									<version>8.0.0-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
8e0cd2
-			<id>2020-09</id>
8e0cd2
-			<activation>
8e0cd2
-				<activeByDefault>true</activeByDefault>
8e0cd2
-			</activation>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
8e0cd2
-									<artifactId>platform-definition-2020-09</artifactId>
8e0cd2
-									<version>8.0.0-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
8e0cd2
-			<id>2020-06</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
8e0cd2
-									<artifactId>platform-definition-2020-06</artifactId>
8e0cd2
-									<version>8.0.0-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-		<profile>
8e0cd2
-			<id>2020-03</id>
95ad29
-			<build>
95ad29
-				<plugins>
95ad29
-					<plugin>
95ad29
-						<groupId>org.eclipse.tycho</groupId>
95ad29
-						<artifactId>target-platform-configuration</artifactId>
95ad29
-						<version>${tycho.version}</version>
95ad29
-						<configuration>
95ad29
-							<target>
95ad29
-								<artifact>
95ad29
-									<groupId>org.openjdk.jmc</groupId>
8e0cd2
-									<artifactId>platform-definition-2020-03</artifactId>
8e0cd2
-									<version>8.0.0-SNAPSHOT</version>
95ad29
-								</artifact>
95ad29
-							</target>
95ad29
-						</configuration>
95ad29
-					</plugin>
95ad29
-				</plugins>
95ad29
-			</build>
95ad29
-		</profile>
95ad29
-	</profiles>
95ad29
 	<build>
95ad29
 		<plugins>
95ad29
 			<plugin>