You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/06/22 19:00:43 UTC

[maven-compiler-plugin] branch MCOMPILER-323 updated: update parent to support https.protocols by default

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

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


The following commit(s) were added to refs/heads/MCOMPILER-323 by this push:
     new 06fd0ee  update parent to support https.protocols by default
06fd0ee is described below

commit 06fd0eeb096f653bbaf18ce570d3c4ed84a41e98
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jun 22 21:00:36 2018 +0200

    update parent to support https.protocols by default
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22ea5bf..e6dd977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>31</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <version>32-SNAPSHOT</version>
+    <relativePath>*</relativePath>
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>