diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-18 10:12:47 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-18 10:14:35 -0700 |
commit | 1187755ff8d42cdb8a212b1bfa1e91a2aa10193c (patch) | |
tree | a1a1ed29cadef9e47aa637b2bea9aa7465b3f3b7 /checkstyle | |
parent | 4d31a45ccf1ce982ee1884a414fc66e3b9e06d32 (diff) |
Version bump oparent to 1.2.2-SNAPSHOT
Change-Id: I7fb32303220724ad410869d598822160272e49e3
Issue-ID: INT-656
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 0d6efe8..66fd81e 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>checkstyle</artifactId> |