diff options
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index ff71c36..3e367da 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016-2017 Huawei Technologies Co., Ltd. + Modifications copyright (C) 2019 AT&T Intellectual Property Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,7 +20,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>checkstyle</artifactId> |