diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-24 14:56:47 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-25 20:08:19 +0100 |
commit | a64169b24ab24101719c1a926ab1d3c9d25c219c (patch) | |
tree | 4fde75d5f551d04fd1632a608a816040c09d598c /reception | |
parent | dcbc974aad61afb91e30feadcb3a1cb72520dae2 (diff) |
Fix refering to snapshot in policy/distribution2.0.1
Issue-ID: POLICY-1213
Change-Id: I7262a00ec35549e63127f8a3730ca8aa75da09aa
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'reception')
-rw-r--r-- | reception/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reception/pom.xml b/reception/pom.xml index 71e4c4ee..d2d9b253 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>reception</artifactId> |