Skip to content

Commit

Permalink
pom.xml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Solveig Natvig committed May 26, 2026
1 parent b9f4692 commit 3f90f01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<modelVersion>4.0.0</modelVersion>

<groupId>your.group.id</groupId>
<artifactId>your-artifact-id</artifactId>
<groupId>edu.ntnu.idi.idatt</groupId>
<artifactId>millions_group08</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source> <!-- or your Java version -->
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>25</maven.compiler.source>
<maven.compiler.target>25</maven.compiler.target>
<javafx.version>25.0.1</javafx.version>
<junit.jupiter.version>6.0.1</junit.jupiter.version>
</properties>
Expand Down

0 comments on commit 3f90f01

Please sign in to comment.