diff options
author | Alex Shatov <alexs@att.com> | 2018-03-23 14:34:34 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-03-23 14:34:34 -0400 |
commit | b73f81e6d155610a9279ae5a1fd6f1298cc21173 (patch) | |
tree | c119fee2742c207b9291e2ed31ce832039876210 /onap-dcae-dcaepolicy-lib/pom.xml | |
parent | 8374ca27bb8ad13be686d689301edef2f4c1fb0f (diff) |
2.3.0 onap-dcae-dcaepolicy-lib
- configAttributes in policy_filter being a stringified json,
rather than the map due to SDC UI limitations
- safely parse the configAttributes string into json
waiting for the merge before uploading to public pypi
Change-Id: If054c2c5e3d95bb97057bb4b2486dbff40e6b244
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-414
Diffstat (limited to 'onap-dcae-dcaepolicy-lib/pom.xml')
-rw-r--r-- | onap-dcae-dcaepolicy-lib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onap-dcae-dcaepolicy-lib/pom.xml b/onap-dcae-dcaepolicy-lib/pom.xml index a60d848..8fce077 100644 --- a/onap-dcae-dcaepolicy-lib/pom.xml +++ b/onap-dcae-dcaepolicy-lib/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.utils</groupId> <artifactId>onap-dcae-dcaepolicy-lib</artifactId> <name>dcaegen2-utils-onap-dcae-dcaepolicy-lib</name> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> |