diff --git a/pom.xml b/pom.xml index ed71f460f82cd16c9a190970871635be03a79631..a42c846e253ad332e4741c17bef95b65bbd63439 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 04cb536d71ffdd8a2027ef1d9bed145d7237d93b..5b83b3aa301370b0352c75e6b6fc544376baa563 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);