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 /asm | |
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 'asm')
-rw-r--r-- | asm/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/pom.xml b/asm/pom.xml index 9eb2b9930..9032d6b1f 100644 --- a/asm/pom.xml +++ b/asm/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>asm</artifactId> |