Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Feb 14, 2022
1 parent 86ffd0d commit 5b05c01
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions spoon-visualisation/pom.xml
Expand Up @@ -24,23 +24,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jfx.version>11.0.2</jfx.version>
<java.version>11</java.version>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<release>${java.version}</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
Expand Down

0 comments on commit 5b05c01

Please sign in to comment.