You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/04 22:36:07 UTC

[maven-fluido-skin] 02/09: fix relativePath

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-fluido-skin-1.3.1
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 56b1cbcb09b7876c3b900499ec75fde69cd56716
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Dec 4 00:52:39 2013 +0000

    fix relativePath
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/skins/branches/maven-fluido-skin-1.3.x@1547660 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 930af45..f75095d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-skins</artifactId>
     <version>8-SNAPSHOT</version>
-    <relativePath>../maven-skins/pom.xml</relativePath>
+    <!--relativePath>../maven-skins/pom.xml</relativePath-->
   </parent>
 
   <artifactId>maven-fluido-skin</artifactId>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.