From bb9ce55cb5b55a6aaed2399e39a01d68f2491ce3 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 6 Mar 2025 21:41:39 -0500 Subject: Push current changes (working on documentation and tests) --- ufund-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ufund-api/pom.xml') diff --git a/ufund-api/pom.xml b/ufund-api/pom.xml index ce96d60..d874a29 100644 --- a/ufund-api/pom.xml +++ b/ufund-api/pom.xml @@ -73,8 +73,8 @@ jacoco-maven-plugin ${jacoco.version} - /target/coverage-reports/jacoco-unit.exec - /target/coverage-reports/jacoco-unit.exec + /target/coverage-reports/jacoco-unit.exec + /target/coverage-reports/jacoco-unit.exec -- cgit v1.2.3 From b1798a47cdceaa6d57f211acd5c0b386598af913 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 13 Mar 2025 22:34:29 -0400 Subject: fix pom --- ufund-api/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ufund-api/pom.xml') diff --git a/ufund-api/pom.xml b/ufund-api/pom.xml index d874a29..d2e8fb8 100644 --- a/ufund-api/pom.xml +++ b/ufund-api/pom.xml @@ -73,8 +73,10 @@ jacoco-maven-plugin ${jacoco.version} - /target/coverage-reports/jacoco-unit.exec - /target/coverage-reports/jacoco-unit.exec + + + -- cgit v1.2.3