Skip to content

Commit

Permalink
#362 Upgraded to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
developster committed Feb 8, 2022
1 parent 982f514 commit 05905da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SVG and raster version of the logo and favicon can be found in the [`docs/images

# Building

As prerequisites, we need Java 16 and Maven 3.3.x.
As prerequisites, we need Java 17 and Maven 3.8.4.
In order to build the project, invoke:

```
Expand Down
2 changes: 1 addition & 1 deletion persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>org.devgateway.toolkit.persistence.spring.PersistenceApplication</start-class>
<java.version>16</java.version>
<java.version>17</java.version>
<ehcache.version>3.8.1</ehcache.version>
<dozer.hibernate.model.version>0.3.8</dozer.hibernate.model.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
Expand Down
2 changes: 1 addition & 1 deletion reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>16</java.version>
<java.version>17</java.version>
<pentaho.reporting.version>6.1.0.1-196</pentaho.reporting.version>
<pentaho.reporting.java8.version>6.1.0.1-196-java8-1</pentaho.reporting.java8.version>
<jfreechart.version>1.0.13</jfreechart.version>
Expand Down

0 comments on commit 05905da

Please sign in to comment.