You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/01/14 01:07:49 UTC

[knox] 01/22: KNOX-2166 - Upgrade apache pom to 22

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit bf12bc05cae4e977160a7662b19290d68a870609
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 13 19:04:21 2020 -0500

    KNOX-2166 - Upgrade apache pom to 22
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c789c8..3b45dfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>22</version>
     </parent>
 
     <groupId>org.apache.knox</groupId>