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