diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-02-22 13:52:58 -0600 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-02-22 14:13:53 -0600 |
commit | 4a698c2e3d926fd69673eea8b15a78bc7770a29c (patch) | |
tree | dca2f806dd535916a4b62c840cb3c2853a848e5c /sidecar/fproxy/pom.xml | |
parent | ac7cd3ac1cd79eff3a8e20e23e5a550fb68b8af2 (diff) |
Add Multi-Realm class handling
Also, improve Logging
Issue-ID: AAF-771
Change-Id: I4cf286b5c474596f5e824e5204598cf0c1bb014c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'sidecar/fproxy/pom.xml')
-rw-r--r-- | sidecar/fproxy/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index cebcafd..5ad8b38 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.aaf.cadi.sidecar</groupId> <artifactId>sidecar</artifactId> - <version>2.1.12-SNAPSHOT</version> + <version>2.1.13-SNAPSHOT</version> </parent> <artifactId>fproxy</artifactId> |