aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-11-20 14:23:10 -0600
committerInstrumental <jonathan.gathman@att.com>2018-11-20 14:23:13 -0600
commit854f559b20499d3136520a5816a05a0335eea4ee (patch)
treecdd9909905bb9192afe0ec77bcad5411dfeb5592
parent49d5ae3928a7079db098096592574e5a2bda592b (diff)
CADI needs non-SNAPSHOT... again
Issue-ID: AAF-634 Change-Id: Ifd1e7557f6d65dfdb713811b0ab65bbb4f531056 Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f44bd61..706da1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<properties>
<!-- This version needs to be RELEASED version. Fails on SNAPSHOT -->
- <cadi.version>2.1.9-SNAPSHOT</cadi.version>
+ <cadi.version>2.1.8</cadi.version>
<!-- <sonar.skip>true</sonar.skip> -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- project.jettyVersion>9.4.12.v20180830</project.jettyVersion -->