From 17053425cdb013f2eb1a5b09d862a0dbaaff4005 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 30 Jan 2017 14:55:52 +0100 Subject: [PATCH] Wrong parent pom (missed by one) --- P/Sda1/Jpa/LectureOperations/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P/Sda1/Jpa/LectureOperations/pom.xml b/P/Sda1/Jpa/LectureOperations/pom.xml index 1ef207746..1c83a0b83 100644 --- a/P/Sda1/Jpa/LectureOperations/pom.xml +++ b/P/Sda1/Jpa/LectureOperations/pom.xml @@ -7,7 +7,7 @@ <artifactId>lecturenotes-pom</artifactId> <version>1.0</version> - <relativePath>../../../../pom.xml</relativePath> + <relativePath>../../../pom.xml</relativePath> </parent> <groupId>jpaintro</groupId> -- GitLab