Skip to content

Commit

Permalink
trying updated pom for jitpack update
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Aug 17, 2024
1 parent 272b544 commit 33154d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JGNN/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

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

<build>
Expand Down

0 comments on commit 33154d1

Please sign in to comment.