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-reporting-api.git
commit 7b31f1b1799f5659db85e1e6882adb196093d2ad 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 915685b..aaf5bac 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,8 @@ under the License. <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>15</version> + <version>16</version> + <relativePath>../maven-shared-components/pom.xml</relativePath> </parent> <groupId>org.apache.maven.reporting</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
