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/SdncReportsDao/pom.xml | |
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/SdncReportsDao/pom.xml')
-rw-r--r-- | SdncReports/SdncReportsDao/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml index 83c6873e..7540d75e 100644 --- a/SdncReports/SdncReportsDao/pom.xml +++ b/SdncReports/SdncReportsDao/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReportsDao</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-oam :: SdncReports :: SdncReportsDao</name> @@ -11,7 +11,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>SdncReports</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <dependencies> |