diff options
author | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-04-09 02:07:03 +0200 |
---|---|---|
committer | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-04-09 02:07:03 +0200 |
commit | 4b87cf4d3c50dacb356c8e53a80bbabcba14b621 (patch) | |
tree | 8b1329c1d800c2bad0a20c77c16d553ab59ef5d5 /sdnr/wt/odlux/framework | |
parent | edd588090a36a213cde431c02b295e51fcfe8ed0 (diff) |
Connect App Bugfix
Fix too many network calls made for gui cuttrough
Issue-ID: SDNC-1152
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: I3f63d2f81ace802768d3e8814899de8d32dd4d11
Diffstat (limited to 'sdnr/wt/odlux/framework')
-rw-r--r-- | sdnr/wt/odlux/framework/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml index 5c7f846f0..b125a4537 100644 --- a/sdnr/wt/odlux/framework/pom.xml +++ b/sdnr/wt/odlux/framework/pom.xml @@ -46,7 +46,7 @@ <properties> <buildtime>${maven.build.timestamp}</buildtime> <distversion>ONAP Frankfurt (Neon, mdsal ${odl.mdsal.version})</distversion> - <buildno>50.53aa73a(20/03/12)</buildno> + <buildno>52.3b24c2d(20/04/08)</buildno> <odlux.version>ONAP SDN-R | ONF Wireless for ${distversion} - Build: ${buildtime} ${buildno} ${project.version}</odlux.version> </properties> |