Skip to content

Commit

Permalink
Remove jdk-8-classpath profile from independent projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 11, 2021
1 parent 030a45e commit 3da9599
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 80 deletions.
10 changes: 0 additions & 10 deletions independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,16 +308,6 @@
</distributionManagement>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,16 +527,6 @@
</distributionManagement>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,6 @@
</distributionManagement>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/ide-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@
</build>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/qute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,6 @@
</distributionManagement>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,16 +411,6 @@
</distributionManagement>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/revapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@
</build>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down
10 changes: 0 additions & 10 deletions independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,16 +352,6 @@
</build>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
<profile>
<id>quick-build</id>
<activation>
Expand Down

0 comments on commit 3da9599

Please sign in to comment.