aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/rproxy
diff options
context:
space:
mode:
Diffstat (limited to 'sidecar/rproxy')
-rw-r--r--sidecar/rproxy/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml
index 09a0d06..3ed41a9 100644
--- a/sidecar/rproxy/pom.xml
+++ b/sidecar/rproxy/pom.xml
@@ -27,11 +27,11 @@
<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>
@@ -101,7 +101,7 @@
<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>