diff options
author | st782s <statta@research.att.com> | 2018-08-01 17:16:07 -0400 |
---|---|---|
committer | st782s <statta@research.att.com> | 2018-08-01 17:38:44 -0400 |
commit | cddbf4178c451ed6ff7a0eb3aaf0655176107221 (patch) | |
tree | ef113f03c3c00882600a996a8c38fcc40eabc03b /ecomp-sdk/epsdk-app-overlay | |
parent | 27666ce5feb0e073f0e7dc43b4f1aa267a6b0975 (diff) |
Get Analytics call resulting in NPE3.0.1-ONAP2.4.0
Issue-ID: PORTAL-344,PORTAL-288
Includes POM changes to prepare for release
Change-Id: Ia7980c27ae1859273bacac8b7569d9396d31fe0c
Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay')
-rw-r--r-- | ecomp-sdk/epsdk-app-overlay/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/pom.xml b/ecomp-sdk/epsdk-app-overlay/pom.xml index f0d15a73..409f4d7a 100644 --- a/ecomp-sdk/epsdk-app-overlay/pom.xml +++ b/ecomp-sdk/epsdk-app-overlay/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.0</version> </parent> <!-- GroupId is inherited from parent --> |