aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2021-05-21 19:20:25 +0200
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2021-05-25 06:56:23 +0000
commit4ce68295eebdda1a3fdb069f6137a180a94f63e9 (patch)
treed1261f50d8571ade8626655e61e4239f819dcc29 /pom.xml
parent697a233b0db3443d5b94843083a24ec4c7b31188 (diff)
Place version properties in root pom honolulu
ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I59f99a9c88f97dc341396dffbce293e8a550f4c1 Former-commit-id: da956cbc782eddab3cfb21c2131c414a542d32b3
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cc1917b7..608de716 100755
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,18 @@
<name>AT&amp;T</name>
</organization>
+ <properties>
+ <!-- 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 -->
+
+ <!-- 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 -->
+ </properties>
+
<modules>
<module>platform-logic</module>
<module>data-migrator</module>