aboutsummaryrefslogtreecommitdiffstats
path: root/installation/appc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'installation/appc/pom.xml')
-rw-r--r--installation/appc/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 3d2689a..48f7aaa 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -46,6 +46,8 @@ limitations under the License.
injecting the version.properties variable file during docker build-->
<appc.docker.staging.version>1.0.0</appc.docker.staging.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
+ <!--Determines the version of the cdt-proxy-service to download and install-->
+ <appc.cdt.version>1.3.0-SNAPSHOT</appc.cdt.version>
</properties>
@@ -177,6 +179,7 @@ limitations under the License.
<executable>bash</executable>
<environmentVariables>
<APPC_VERSION>${appc.version}</APPC_VERSION>
+ <APPC_CDT_VERSION>${appc.cdt.version}</APPC_CDT_VERSION>
<APPC_OAM_VERSION>${project.version}</APPC_OAM_VERSION>
<SDNC_OAM_VERSION>${project.version}</SDNC_OAM_VERSION>
</environmentVariables>