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 <[email protected]> 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 "[email protected]" <[email protected]>.
