From dd50ffdcffdeeafcb8f04df9b27681906c71e9a4 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Tue, 10 Sep 2019 19:01:29 +0200 Subject: [PATCH] Simplified POM and updated website --- jstudy.iml | 2 +- pom.xml | 26 +++---------------- .../kauron/jstudy/controller/Controller.java | 2 +- src/main/main.iml | 2 +- 4 files changed, 7 insertions(+), 25 deletions(-) diff --git a/jstudy.iml b/jstudy.iml index 7cf5788..cb9b265 100644 --- a/jstudy.iml +++ b/jstudy.iml @@ -12,6 +12,6 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index f34b0c1..e7512c4 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,8 @@ - jitpack.io - https://jitpack.io - - - Maven Snapshots - https://oss.sonatype.org/content/groups/public + Central Repository + https://repo.maven.apache.org/maven2 @@ -29,40 +25,26 @@ com.jfoenix jfoenix - 1.10.0 + 8.0.9 - org.apache.maven.plugins maven-compiler-plugin + 3.8.1 1.8 1.8 - org.apache.maven.plugins maven-assembly-plugin - 2.6 - - - package - - single - - - - true es.kauron.jstudy.Main - - . - jar-with-dependencies diff --git a/src/main/java/es/kauron/jstudy/controller/Controller.java b/src/main/java/es/kauron/jstudy/controller/Controller.java index 1f645be..2362d23 100644 --- a/src/main/java/es/kauron/jstudy/controller/Controller.java +++ b/src/main/java/es/kauron/jstudy/controller/Controller.java @@ -238,7 +238,7 @@ public class Controller implements Initializable { protected void onAboutAction(ActionEvent event) { if (Desktop.isDesktopSupported()) { try { - Desktop.getDesktop().browse(URI.create("https://kauron.github.io/jstudy")); + Desktop.getDesktop().browse(URI.create("https://gitlab.com/kauron/jstudy")); } catch (Exception e) { e.printStackTrace(); } diff --git a/src/main/main.iml b/src/main/main.iml index 40d66e1..a9e9bd0 100644 --- a/src/main/main.iml +++ b/src/main/main.iml @@ -8,6 +8,6 @@ - + \ No newline at end of file