diff options
author | Sai Gandham <sg481n@att.com> | 2018-10-07 19:05:09 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-10-07 19:16:43 -0500 |
commit | a14cb8993b3fcbf7f92770d4f326288a65089991 (patch) | |
tree | bfeed452edd99ab94fdbd60ca4d99c2cfdc808d1 /sidecar/rproxy | |
parent | 897b6ba5f6cc528ba22b78a111d4d02e4e4de068 (diff) |
Update cadi sidecar version
Adding relative path to oparent
Issue-ID: AAF-537
Change-Id: I6601b919c3e96bb7987aa316e460077a6de4e0bd
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'sidecar/rproxy')
-rw-r--r-- | sidecar/rproxy/pom.xml | 8 |
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> |