Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Oct 2, 2023
1 parent c203376 commit 7de0bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<repository>
<uniqueVersion>false</uniqueVersion>
<id>github</id>
<name>GitHub Packages</name>
<name>GitHub MarginallyClever Apache Maven Packages</name>
<url>https://maven.pkg.github.com/MarginallyClever/NodeGraphCore</url>
<layout>default</layout>
</repository>
Expand Down Expand Up @@ -300,7 +300,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<minimum.maven.version>3.6.1</minimum.maven.version>
<minimum.java.version>15</minimum.java.version>
<minimum.java.version>21</minimum.java.version>
<maven-dependency-plugin.ignoreNonCompile>true</maven-dependency-plugin.ignoreNonCompile>
<maven.compiler.source>${minimum.java.version}</maven.compiler.source>
<maven.compiler.target>${minimum.java.version}</maven.compiler.target>
Expand Down

0 comments on commit 7de0bcb

Please sign in to comment.