diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-20 15:40:38 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-20 15:40:38 -0400 |
commit | b2eb9ed53fabb824f8de08f4c3b8be27e404aeb8 (patch) | |
tree | 3dcd350caf0abf941aeb54e45a86e9af21efc1fd /SdncReports/SdncReportsApi | |
parent | 9fac16be28a46d3f17d64da3c28318e543cde429 (diff) |
Port to Neon
Port sdnc/oam to Neon version of CCSDK and SDNC artifacts
Change-Id: I4a195d0c5e993c433c0c03a898d60521c7df2a9f
Issue-ID: SDNC-850
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 18aff1a38583891cbcddca7242e2326b80d88a8d
Diffstat (limited to 'SdncReports/SdncReportsApi')
-rw-r--r-- | SdncReports/SdncReportsApi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SdncReports/SdncReportsApi/pom.xml b/SdncReports/SdncReportsApi/pom.xml index a429784f..a4449bcd 100644 --- a/SdncReports/SdncReportsApi/pom.xml +++ b/SdncReports/SdncReportsApi/pom.xml @@ -4,12 +4,12 @@ <packaging>jar</packaging> <artifactId>SdncReportsApi</artifactId> <groupId>org.onap.sdnc.oam</groupId> - <version>1.6.2-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <name>sdnc-oam :: SdncReports :: SdncReportsApi</name> <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> |