o Decoupled tests from interaction with Unix shell variables

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@955741 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/3rd-party-jar-without-pom/test.properties b/src/it/3rd-party-jar-without-pom/test.properties
index 9d260e5..29fd9b2 100644
--- a/src/it/3rd-party-jar-without-pom/test.properties
+++ b/src/it/3rd-party-jar-without-pom/test.properties
@@ -1,5 +1,5 @@
 file = test-0.1.jar
-url = file:///${basedir}/target/repo
+url = file:target/repo
 updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tpjwop
 artifactId = test
diff --git a/src/it/external-release-jar/test.properties b/src/it/external-release-jar/test.properties
index bc2223f..ed5622c 100644
--- a/src/it/external-release-jar/test.properties
+++ b/src/it/external-release-jar/test.properties
@@ -1,4 +1,4 @@
 file = test-0.1.jar
 pomFile = test-0.1.pom
-url = file:///${basedir}/target/repo
+url = file:target/repo
 updateReleaseInfo = true