Update cadi sidecar version
[aaf/cadi.git] / sidecar / rproxy / pom.xml
index 09a0d06..3ed41a9 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>rproxy</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>2.1.2-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aaf-rproxy</name>
@@ -40,7 +40,7 @@
        <properties>
                <spring.boot.version>2.0.3.RELEASE</spring.boot.version>
                <docker.location>${basedir}/target</docker.location>
-               <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
+               <!-- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> -->
        </properties>
 
        <dependencyManagement>
                <dependency>
                        <groupId>org.onap.aaf.cadi.sidecar</groupId>
                        <artifactId>fproxy</artifactId>
-                       <version>1.0.0-SNAPSHOT</version>
+                       <version>2.1.2-SNAPSHOT</version>
                </dependency>
 
                <dependency>