You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/12/24 08:38:50 UTC

[hbase-operator-tools] branch master updated: HBASE-23610 Updated Apache POM to version 21

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

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 53d570a  HBASE-23610 Updated Apache POM to version 21
53d570a is described below

commit 53d570aed0c61c0da3c526e6a064bf84e6269676
Author: Jan Hentschel <ja...@apache.org>
AuthorDate: Tue Dec 24 09:38:45 2019 +0100

    HBASE-23610 Updated Apache POM to version 21
    
    https://github.com/apache/maven-apache-parent/compare/apache-18...apache-21
    
    Signed-off-by: stack <st...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f911c52..b83afe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>18</version>
+    <version>21</version>
     <relativePath/>
     <!-- no parent resolution -->
   </parent>