aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/rproxy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sidecar/rproxy/pom.xml')
-rw-r--r--sidecar/rproxy/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml
index 1e5d5c2..088ac27 100644
--- a/sidecar/rproxy/pom.xml
+++ b/sidecar/rproxy/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.aaf.cadi.sidecar</groupId>
<artifactId>sidecar</artifactId>
- <version>2.1.16-SNAPSHOT</version>
+ <version>2.1.19-SNAPSHOT</version>
</parent>
<properties>
@@ -152,7 +152,7 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <!--<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.28.0</version>
@@ -194,7 +194,6 @@
<execution>
<id>generate-images</id>
<phase>install</phase>
- <!--unbind default goal for this phase-->
</execution>
<execution>
<id>push-images</id>
@@ -211,7 +210,7 @@
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin> -->
</plugins>
</build>
</project>