Update cadi sidecar version
[aaf/cadi.git] / sidecar / fproxy / pom.xml
index 55221b9..cf986ca 100644 (file)
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>2.1.2-SNAPSHOT</version>
        </parent>
 
        <artifactId>fproxy</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>2.1.2-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aaf-fproxy</name>
@@ -41,7 +41,6 @@
                <!-- Spring boot version -->
                <spring.boot.version>2.0.3.RELEASE</spring.boot.version>
                <docker.location>${basedir}/target</docker.location>
-               <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
        </properties>
 
        <dependencyManagement>