This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch TEST-UPGRADE-MAVEN-VERIFIER in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
The following commit(s) were added to refs/heads/TEST-UPGRADE-MAVEN-VERIFIER by this push: new 02d4644 Just trying. 02d4644 is described below commit 02d4644497dfc903807b0af1c71676dc559c1b63 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Feb 25 19:30:00 2018 +0100 Just trying. --- src/it/resources/it-parent/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/it/resources/it-parent/pom.xml b/src/it/resources/it-parent/pom.xml index 0f60230..ca33ef3 100644 --- a/src/it/resources/it-parent/pom.xml +++ b/src/it/resources/it-parent/pom.xml @@ -34,7 +34,7 @@ under the License. <repositories> <repository> <id>it-remote</id> - <url>file:${remoteRepository}</url> + <url>file:/${remoteRepository}</url> <releases> <enabled>true</enabled> </releases> @@ -44,7 +44,7 @@ under the License. </repository> <repository> <id>main-local</id> - <url>file:${localRepository}</url> + <url>file:/${localRepository}</url> <releases> <enabled>true</enabled> </releases> @@ -57,7 +57,7 @@ under the License. <distributionManagement> <repository> <id>it-remote</id> - <url>file:${remoteRepository}</url> + <url>file:/${remoteRepository}</url> </repository> </distributionManagement> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.