Skip to content

Commit 2a1f052

Browse files
committed
remove warnings
1 parent 4459f37 commit 2a1f052

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<!-- Adjust group id for anonymous projects -->
87
<groupId>org.variantsync.boosting</groupId>
9-
<!-- Adjust the project name -->
108
<artifactId>trace-boosting</artifactId>
119
<version>1.0.0</version>
1210

1311
<properties>
1412
<!-- Adjust your java version here -->
1513
<java.version>17</java.version>
16-
<!-- Adjust the path to the class that contains the main-method, that is to be executed, here -->
17-
<path.to.main>${groupId}.ECCOTest</path.to.main>
14+
<path.to.main>${project.groupId}.Demo</path.to.main>
1815
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1916
<maven.compiler.source>${java.version}</maven.compiler.source>
2017
<maven.compiler.target>${java.version}</maven.compiler.target>

0 commit comments

Comments
 (0)