You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/04/18 22:03:48 UTC

[maven-parent] branch master updated: Upgraded parent to Apache 22-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5b59e07  Upgraded parent to Apache 22-SNAPSHOT
5b59e07 is described below

commit 5b59e0745be73c08dc182e498ea196dd2ee1d82c
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Apr 18 23:52:21 2019 +0200

    Upgraded parent to Apache 22-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3e6825..ca1e7f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>22-SNAPSHOT</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>
 
@@ -1134,7 +1134,7 @@ under the License.
               <fail>true</fail>
             </configuration>
           </execution>
-          <execution>
+          <execution><!-- remove me, maven-apache-parent enforces Maven 3.0.5 -->
             <id>ban-known-bad-maven-versions</id>
             <goals>
               <goal>enforce</goal>