aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-18 12:03:09 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-06-21 12:48:07 -0400
commit4439db95482aadd2818944e9327229cb1a7aed70 (patch)
tree2140f2a90585ffd1d5ea605dcf14ed07228cdc09 /pom.xml
parent65cb0a032cf45d35ae07244752600cecc8eb930d (diff)
Effort to reduce image layer and size
Removing few ENV version variable and those should be read from pom properties (maven-resource-plugin filtering true) Combined Dockerfile and Standalone.Dockerfile Adding Docker build arg AAF which will decide whether to add aaa-app-config.xml in docker image or not for standalone Updated docker-maven-plugin to 0.34.0 to have noCache true Removing start-it-container execution as it's being tested by CSIT Replacing maven-exec-plugin with maven-antrun-plugin Updating latest base docker images versions Updating parent version to 2.1.7 Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I68f8f4780804a2014b73b5eeb9dba29d1896a602 Former-commit-id: 4e674166ebefa6c8d9d929cc279ef175191f137b
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 608de716..303170b0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.1.4</version>
+ <version>2.1.7</version>
<relativePath/>
</parent>
@@ -22,15 +22,16 @@
</organization>
<properties>
+ <sdnc.project.version>${project.version}</sdnc.project.version>
+
<!-- Artifacts -->
- <ccsdk.distribution.version>1.1.6</ccsdk.distribution.version> <!-- Used by platform-logic/setup ccsdk/distribution -->
- <ccsdk.features.version>1.1.5</ccsdk.features.version> <!-- Used by installation/sdnc-web ccsdk/features -->
- <sdnc.northbound.version>2.1.4</sdnc.northbound.version> <!-- Used by installation/sdnc sdnc/northbound -->
+ <sdnc.northbound.version>2.1.5</sdnc.northbound.version> <!-- Used by installation/sdnc sdnc/northbound -->
<!-- docker images -->
- <ccsdk.docker.alpine.j11.version>1.1.6</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener onap/ccsdk-alpine-j11-image -->
- <ccsdk.docker.odlsli.alpine.version>1.1.6</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc onap/ccsdk-odlsli-alpine-image -->
- <ccsdk.docker.ansible.server.version>1.1.6</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server onap/ccsdk-ansible-server-image -->
+ <ccsdk.docker.alpine.j11.version>1.1-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener onap/ccsdk-alpine-j11-image -->
+ <ccsdk.docker.odlsli.alpine.version>1.1-SNAPSHOT-latest</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc onap/ccsdk-odlsli-alpine-image -->
+ <ccsdk.docker.ansible.server.version>1.1-STAGING-latest</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server onap/ccsdk-ansible-server-image -->
+ <ccsdk.docker.ubuntu.version>1.1-STAGING-latest</ccsdk.docker.ubuntu.version> <!-- Used by admportal -->
</properties>
<modules>
@@ -110,10 +111,7 @@
</executions>
</plugin>
</plugins>
-
-
</build>
-
</profile>
<profile>
<id>docker</id>
@@ -121,6 +119,5 @@
<module>installation</module>
</modules>
</profile>
-
</profiles>
</project>