From 3a285bc003fb0827cf60d26ff43486929a7769ee Mon Sep 17 00:00:00 2001 From: mikr Date: Fri, 24 Jan 2020 21:41:00 +0100 Subject: [PATCH] BAEL-20884 Revert move of spring-boot-rest module - fix relative path in pom --- spring-boot-rest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-rest/pom.xml b/spring-boot-rest/pom.xml index c3bd984391..10dacf99e8 100644 --- a/spring-boot-rest/pom.xml +++ b/spring-boot-rest/pom.xml @@ -13,7 +13,7 @@ com.baeldung parent-boot-2 0.0.1-SNAPSHOT - ../../parent-boot-2 + ../parent-boot-2