diff options
author | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2023-10-09 20:38:29 +0200 |
---|---|---|
committer | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2023-10-09 20:39:01 +0200 |
commit | 70cc4c4295376e4af9cb9009a6ee5ddc389d61d9 (patch) | |
tree | c9cda826074db4860ab8cc558a479d60e3bfb422 /sdnr/wt/odlux/framework/pom.xml | |
parent | d3fc33134c81901ae9582e3b66108639ab3a7e70 (diff) |
SDNR UI Config app throws 400 error
ConfigurationApp throws 400 error
Issue-ID: CCSDK-3942
Change-Id: Ia4bdeb1590f533e49c8a865f2bc75e135952f414
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/odlux/framework/pom.xml')
-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 1146f5954..47f1f58ed 100644 --- a/sdnr/wt/odlux/framework/pom.xml +++ b/sdnr/wt/odlux/framework/pom.xml @@ -45,7 +45,7 @@ <properties> <buildtime>${maven.build.timestamp}</buildtime> <distversion>ONAP Frankfurt (Neon, mdsal ${odl.mdsal.version})</distversion> - <buildno>190.d02fb971(23/08/31)</buildno> + <buildno>192.ff865e59(23/10/09)</buildno> <odlux.version>ONAP SDN-R | ONF Wireless for ${distversion} - Build: ${buildtime} ${buildno} ${project.version}</odlux.version> </properties> |