From 1f99bad08783d402cf52c13a143084ae09eede9e Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 28 Aug 2018 02:42:33 +0200 Subject: [PATCH] Fixed pom.xml main class --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5f858b9f..0e860d2f 100755 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,7 @@ process-classes - org.warp.picalculator.Main + org.warp.picalculator.boot.Main true true true @@ -300,7 +300,7 @@ - org.warp.picalculator.Main + org.warp.picalculator.boot.Main @@ -322,6 +322,6 @@ maven-jar-plugin 2.4 false 1.8 1.8 true libs/ - org.warp.picalculator.Main + org.warp.picalculator.boot.Main -->