From c102721a6dc912443bae3c9841c6066e9ba42a10 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro Jato Date: Sat, 21 Sep 2024 12:10:47 +0200 Subject: [PATCH] Updates the project for the 24/25 course Project's repository URL in README.md has been updated and some other minor changes have been done. --- README.md | 2 +- pom.xml | 2 +- .../java/es/uvigo/esei/xcs/domain/entities/IsEqualToEntity.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cd1bed..c8953e4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ git --version Once Git is installed in your system, clone the project: ```bash -git clone http://sing-group.org/dt/gitlab/dgss-2324/xcs-sample.git +git clone http://sing-group.org/dt/gitlab/dgss-2425/xcs-sample.git ``` ### 1.4. MySQL 8+ diff --git a/pom.xml b/pom.xml index db6042b..badb15b 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.0.3.Final 2.1.0.Final 5.2.0 - v0.33.0 + v0.35.0 2.5.4 2.2 0.8.10 diff --git a/tests/src/main/java/es/uvigo/esei/xcs/domain/entities/IsEqualToEntity.java b/tests/src/main/java/es/uvigo/esei/xcs/domain/entities/IsEqualToEntity.java index c3de4aa..6c7e17a 100644 --- a/tests/src/main/java/es/uvigo/esei/xcs/domain/entities/IsEqualToEntity.java +++ b/tests/src/main/java/es/uvigo/esei/xcs/domain/entities/IsEqualToEntity.java @@ -358,6 +358,6 @@ public abstract class IsEqualToEntity extends TypeSafeMatcher { .map(converter) .collect(toList()); - return contains(matchersList); + return contains(matchersList); } } -- 2.18.1