From 5ea30814d4b248234943c0908188f944ffcf83e4 Mon Sep 17 00:00:00 2001 From: Alberto Debiasi <adebiasi@fbk.eu> Date: Wed, 6 May 2020 18:06:17 +0200 Subject: [PATCH] Update relativePath. Change-Id: I0ae22fc052cc23f5a377a6a36d553e538f206fb2 --- .../pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml index 3f18a0b18..baffb0a80 100644 --- a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml +++ b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml @@ -6,7 +6,7 @@ <groupId>org.polarsys.chess</groupId> <artifactId>org.polarsys.chess.parent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../org.polarsys.chess.parent</relativePath> + <relativePath>../../../org.polarsys.chess.parent</relativePath> </parent> <artifactId>org.polarsys.chess.contracts.verificationService.test.runtime</artifactId> <packaging>eclipse-test-plugin</packaging> -- GitLab