diff options
author | Lars Grefer <eclipse@larsgrefer.de> | 2020-08-15 01:07:29 +0200 |
---|---|---|
committer | Lars Grefer <eclipse@larsgrefer.de> | 2020-08-15 15:07:21 +0200 |
commit | 5580db6c5c28eed18fbee4b9b889ebb554baf9e7 (patch) | |
tree | a5937793d97e337b3e4831b1f5c13b76e86ceba0 /testing-client | |
parent | 9cab74717265239e03d1aec53c5ec60a6d7d9718 (diff) | |
download | aspectj-5580db6c5c28eed18fbee4b9b889ebb554baf9e7.tar.gz aspectj-5580db6c5c28eed18fbee4b9b889ebb554baf9e7.zip |
Remove project.parent.relative path as ../pom.xml is already the default
Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
Diffstat (limited to 'testing-client')
-rw-r--r-- | testing-client/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing-client/pom.xml b/testing-client/pom.xml index 10cf8f69c..0409be08b 100644 --- a/testing-client/pom.xml +++ b/testing-client/pom.xml @@ -7,7 +7,6 @@ <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> <version>1.9.7.BUILD-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>testing-client</artifactId> |