Skip to content

Commit

Permalink
Upgrading to Frgaal 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Tulach committed Mar 14, 2023
1 parent 2b3148e commit 45f8040
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions html4j-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<target>8</target>
</configuration>
</plugin>
</plugins>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<sigtestPackages>${publicPackages}</sigtestPackages>
<publicMetaInf>META-INF.services.*</publicMetaInf>
<skipJavaFXTests>true</skipJavaFXTests>
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.source>20</maven.compiler.source>
</properties>
<modules>
<module>json</module>
Expand Down Expand Up @@ -289,14 +289,14 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
<dependency>
<artifactId>compiler-maven-plugin</artifactId>
<groupId>org.frgaal</groupId>
<version>18.0.0</version>
<version>20.0.0</version>
</dependency>
</dependencies>
<configuration>
<compilerId>frgaal</compilerId>
<source>17</source>
<source>19</source>
<target>1.8</target>
<testSource>17</testSource>
<testSource>19</testSource>
<testTarget>1.8</testTarget>
</configuration>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions webkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<compilerArguments>
<Aversion>${project.version}</Aversion>
</compilerArguments>
<source>1.7</source>
<target>1.7</target>
<source>20</source>
<target>8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 45f8040

Please sign in to comment.