Skip to content

Commit

Permalink
Removing remaining Java 11 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
georgweiss committed May 20, 2024
1 parent 0a0bd0f commit 78a4392
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions app/display/linearmeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@

<artifactId>app-display-linearmeter</artifactId>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>org.phoebus</groupId>
Expand Down
5 changes: 0 additions & 5 deletions app/display/thumbwheel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<artifactId>app-display-thumbwheel</artifactId>
<dependencies>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
<configuration>
<!-- add this to disable checking -->
<doclint>none</doclint>
<source>11</source>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 78a4392

Please sign in to comment.