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/wt/odlux/apps/configurationApp/pom.xml | |
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/wt/odlux/apps/configurationApp/pom.xml')
-rw-r--r-- | sdnr/wt/odlux/apps/configurationApp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/configurationApp/pom.xml b/sdnr/wt/odlux/apps/configurationApp/pom.xml index 5863d8613..d1332629f 100644 --- a/sdnr/wt/odlux/apps/configurationApp/pom.xml +++ b/sdnr/wt/odlux/apps/configurationApp/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> |