diff options
author | Murali <murali.p@huawei.com> | 2017-09-07 13:37:47 +0000 |
---|---|---|
committer | Murali <murali.p@huawei.com> | 2017-09-07 13:37:47 +0000 |
commit | a3428bbc9d8b4547e94a9455211e7fbda529d4f5 (patch) | |
tree | 74bb2f242792a412342207ff47dc411d8ddb3af3 /pom.xml | |
parent | 396954bca55edcdca347867c6ce09a25c4744237 (diff) |
Fix enforcement rules of no snapshots
Change-Id: Idbc4c71042be3366d6a059dd5663e0e1925a460f
Jira:VNFSDK-34
Signed-off-by: Murali <murali.p@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1.1</version> <relativePath>../../oparent</relativePath> </parent> |