Skip to content

Commit

Permalink
Fixes #244 - Update POM files
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 22, 2024
1 parent f3a4008 commit 746abd3
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions desktop/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>project</artifactId>
<groupId>com.manorrock.sphynx</groupId>
<version>24.5.0-SNAPSHOT</version>
</parent>
<groupId>com.manorrock.sphynx</groupId>
<groupId>com.manorrock.sphynx</groupId>
<artifactId>project</artifactId>
<version>24.5.0-SNAPSHOT</version>
</parent>
<artifactId>desktop</artifactId>
<version>24.5.0-SNAPSHOT</version>
<name>Manorrock Sphynx - Desktop</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -73,11 +74,11 @@
<id>ide-profile</id>
<configuration>
<options>
<option>${profiler.jvmargs.arg1}</option>
<option>${profiler.jvmargs.arg2}</option>
<option>${profiler.jvmargs.arg3}</option>
<option>${profiler.jvmargs.arg4}</option>
<option>${profiler.jvmargs.arg5}</option>
<option>${profiler.jvmargs.arg1}</option>
<option>${profiler.jvmargs.arg2}</option>
<option>${profiler.jvmargs.arg3}</option>
<option>${profiler.jvmargs.arg4}</option>
<option>${profiler.jvmargs.arg5}</option>
</options>
</configuration>
</execution>
Expand Down

0 comments on commit 746abd3

Please sign in to comment.