Skip to content

Commit

Permalink
java17
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Aug 5, 2024
1 parent 07e0629 commit 7c3b6a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/lang_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
<maven.compile.source>17</maven.compile.source>
<maven.compile.target>17</maven.compile.target>
<!--
This is also used to generate download_xxx file name.
To override this when generating the download page:
Expand Down
4 changes: 2 additions & 2 deletions examples/lang_7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
<maven.compile.source>17</maven.compile.source>
<maven.compile.target>17</maven.compile.target>
<!--
This is also used to generate download_xxx file name.
To override this when generating the download page:
Expand Down
4 changes: 2 additions & 2 deletions examples/lang_8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
<maven.compile.source>17</maven.compile.source>
<maven.compile.target>17</maven.compile.target>
<!--
This is also used to generate download_xxx file name.
To override this when generating the download page:
Expand Down
4 changes: 2 additions & 2 deletions examples/math_5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<name>Commons Math</name>

<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<github.global.server>github</github.global.server>
Expand Down
4 changes: 2 additions & 2 deletions examples/math_70/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
<commons.binary.suffix></commons.binary.suffix>
<commons.jira.id>MATH</commons.jira.id>
<commons.jira.pid>12310485</commons.jira.pid>
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
<maven.compile.source>17</maven.compile.source>
<maven.compile.target>17</maven.compile.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down

0 comments on commit 7c3b6a2

Please sign in to comment.