aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-10 16:23:29 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-10 16:26:23 -0400
commit332429fb1d93688f0df019caa355166958be7d3d (patch)
tree027d19d5fa0bbe458714506b188d5d277f4f356e
parent7cc883a7a04fc29740bca3e65ed531aef7ab32ce (diff)
Remove event-client snapshot dep
Issue-ID: AAI-2359 Change-Id: I4f81784644142c0d8dd396531d0772cc4bae9b96 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 616c8a5..1dbaf0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<properties>
<docker.location>${basedir}/target</docker.location>
- <event.client.version>1.4.0-SNAPSHOT</event.client.version>
+ <event.client.version>1.4.0</event.client.version>
<version.aai-schema>1.0.0</version.aai-schema>
<version.aai-schema-ingest>1.4.1</version.aai-schema-ingest>
<!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in