From 62bab34152dee38730ee25e473313f5574a56017 Mon Sep 17 00:00:00 2001 From: mattbsox Date: Mon, 4 Feb 2019 14:01:02 -0600 Subject: [PATCH] updating ci.common version to 1.3.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e37f2fcd..c90071246 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { compile gradleApi() compile localGroovy() compile ('net.wasdev.wlp.ant:wlp-anttasks:1.6') - compile ('net.wasdev.wlp.common:ci.common:1.3.5-SNAPSHOT') + compile ('net.wasdev.wlp.common:ci.common:1.3.5') compile group: 'commons-io', name: 'commons-io', version: '2.5' provided group: 'com.ibm.websphere.appserver.api', name: 'com.ibm.websphere.appserver.spi.kernel.embeddable', version: '1.0.0' testCompile 'junit:junit:4.11'