1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Markus Koschany <apo@debian.org>
Date: Tue, 13 Apr 2021 13:29:40 +0200
Subject: build
maven-debian-helper chokes on ./
Forwarded: no
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 60c4943..898a680 100644
@@ -24,7 +24,7 @@
<groupId>de.fau.cs.osr</groupId>
<artifactId>tooling</artifactId>
<version>3.0.8</version>
- <relativePath>./tooling/</relativePath>
+ <relativePath>tooling/</relativePath>
</parent>
<artifactId>osr-common-aggregator</artifactId>
|