You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/02/10 11:24:52 UTC

[maven-compiler-plugin] branch master updated: this relativePath is wrong now

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

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


The following commit(s) were added to refs/heads/master by this push:
     new adea58f  this relativePath is wrong now
adea58f is described below

commit adea58fb05c8fe819c18c44d10cfadd6cddf12d7
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Feb 10 21:24:37 2020 +1000

    this relativePath is wrong now
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d07e68..fa928a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@ under the License.
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>33</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>