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/02/01 21:01:38 UTC

[knox] 01/04: KNOX-2217 - Upgrade apache pom to 23

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 94c2d8bb8ede51ec79236d650b5ccf80f59ef2ff
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Sat Feb 1 15:22:07 2020 -0500

    KNOX-2217 - Upgrade apache pom to 23
    
    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 269ad21..e402531 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>22</version>
+        <version>23</version>
     </parent>
 
     <groupId>org.apache.knox</groupId>