From 0fbda17963c2ef8a1402caaab84fce8bf8db4455 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro Jato Date: Mon, 18 Sep 2023 18:16:22 +0200 Subject: [PATCH] Updates the project for the 22/23 course Project's repository URL in README.md has been updated. The JSF test have been disabled by default, because there is a known issue with the default Firefox installed in Ubuntu 22.04 (installed from Snap) and the Gecko driver that causes the tests to fail. --- README.md | 2 +- jsf/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97d9245..bd8b543 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ git --version Once Git is installed in your system, clone the project: ```bash -git clone http://sing-group.org/dt/gitlab/dgss-2223/xcs-sample.git +git clone http://sing-group.org/dt/gitlab/dgss-2324/xcs-sample.git ``` ### 1.4. MySQL 8+ diff --git a/jsf/pom.xml b/jsf/pom.xml index fb010e5..23108fd 100644 --- a/jsf/pom.xml +++ b/jsf/pom.xml @@ -77,9 +77,9 @@ org.apache.maven.plugins maven-surefire-plugin - + diff --git a/pom.xml b/pom.xml index a117c83..b6da356 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.0.3.Final 2.1.0.Final 3.4 - v0.23.0 + v0.33.0 2.3.1 2.0.0.0 0.7.9 -- 2.18.1