From 65828da3df4840ce548e032ecedb3388bae1d1ab Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 5 May 2015 13:03:46 +0200 Subject: [PATCH] Avoid deprecated ${artifactId} --- unix/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/pom.xml b/unix/pom.xml index 1a74e73..26b6abe 100644 --- a/unix/pom.xml +++ b/unix/pom.xml @@ -11,7 +11,7 @@ ${packaging} - ${artifactId} + ${project.artifactId} ../src/test -- 1.7.10.4