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 2017/12/08 18:14:22 UTC

[maven-downloader] 25/48: upgrade parent version fix relativePath warning for m3

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-downloader.git

commit d1ef97ea312a176a87250e7b0ea705ba85879dd9
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Apr 20 07:46:28 2011 +0000

    upgrade parent version fix relativePath warning for m3
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1095311 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2146700..043c92d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,8 @@ under the License.
   <parent>
     <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
-    <version>12</version>
+    <version>16</version>
+    <relativePath>../maven-shared-components/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.shared</groupId>

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