From a6c9156ae5bb207a03a77cdda23a9d8933466677 Mon Sep 17 00:00:00 2001 From: Michael Rausch Date: Fri, 17 Mar 2017 10:26:09 +1300 Subject: [PATCH] Changed Main-Class in pom.xml to our new main class Tags: #fix --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b48c7ae..a562d1a3 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ - seng302.models.App + seng302.App ${maven.compiler.source} ${maven.compiler.target}