diff options
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index abe20fa..9be6829 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -47,7 +47,7 @@ limitations under the License. <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.7.0</appc.cdt.version> + <appc.cdt.version>1.7.1-SNAPSHOT</appc.cdt.version> <docker.plugin.version>0.28.0</docker.plugin.version> </properties> |