diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:33:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:33:59 -0400 |
commit | d6f93224f8fd8ce79cb16ce79045dd5648c7a2cb (patch) | |
tree | 13e234bd12d9cdb8ede68dcc54da7406037c7777 /sdnr/northbound/energysavings/installer | |
parent | ee4c0d444012880c810f3325c93f0f5eaaf50940 (diff) |
Use released 2.0.2 parent pom
Update to use released 2.0.2 version of parent poms
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2184daae613d7d3bd7cf35454b632d9b6d87ab43
Diffstat (limited to 'sdnr/northbound/energysavings/installer')
-rwxr-xr-x | sdnr/northbound/energysavings/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/energysavings/installer/pom.xml b/sdnr/northbound/energysavings/installer/pom.xml index 4e460ff9e..9e014a51a 100755 --- a/sdnr/northbound/energysavings/installer/pom.xml +++ b/sdnr/northbound/energysavings/installer/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> |