diff options
Diffstat (limited to 'sidecar/fproxy/pom.xml')
-rw-r--r-- | sidecar/fproxy/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index c8b55ab..0246eb2 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -24,14 +24,13 @@ <parent> <groupId>org.onap.aaf.cadi.sidecar</groupId> <artifactId>sidecar</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.7-SNAPSHOT</version> </parent> <artifactId>fproxy</artifactId> - <version>2.1.2-SNAPSHOT</version> <packaging>jar</packaging> - <name>aaf-fproxy</name> + <name>Sidecar fproxy</name> <description>ONAP AAF Forward Proxy Microservice For Pluggable Security</description> <properties> |