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 <[email protected]> AuthorDate: Mon Jan 13 19:04:21 2020 -0500 KNOX-2166 - Upgrade apache pom to 22 Signed-off-by: Kevin Risden <[email protected]> --- 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>
