From cd59ee0cc0b873d3d8055f44e8353f769496bcaa Mon Sep 17 00:00:00 2001 From: Callum Gran <callum.gran@gmail.com> Date: Sat, 2 Apr 2022 20:05:15 +0200 Subject: [PATCH] removed plugin from pom.xml --- pom.xml | 5 ----- src/main/java/edu/ntnu/idatt2001/callumg/client/App.java | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index ed71f46..a42c846 100644 --- a/pom.xml +++ b/pom.xml @@ -52,11 +52,6 @@ <target>17</target> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0-M5</version> - </plugin> <plugin> <groupId>org.openjfx</groupId> <artifactId>javafx-maven-plugin</artifactId> diff --git a/src/main/java/edu/ntnu/idatt2001/callumg/client/App.java b/src/main/java/edu/ntnu/idatt2001/callumg/client/App.java index 04cb536..5b83b3a 100644 --- a/src/main/java/edu/ntnu/idatt2001/callumg/client/App.java +++ b/src/main/java/edu/ntnu/idatt2001/callumg/client/App.java @@ -29,7 +29,7 @@ public class App extends Application { e.printStackTrace(); } - stage.setTitle("Card game"); + stage.setTitle("Card Game"); stage.setMaxHeight(400); stage.setMaxWidth(600); -- GitLab