Remove event-client snapshot dep 67/84867/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 10 Apr 2019 12:46:00 +0000 (08:46 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 10 Apr 2019 12:46:04 +0000 (08:46 -0400)
Issue-ID: AAI-2353
Change-Id: I8e83c9376a4f7b1384a0f806c0c99aa2920ed7fe
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7084bf3..b84a0fe 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
 
     <properties>
         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-        <event.client.version>1.4.0-SNAPSHOT</event.client.version>
+        <event.client.version>1.4.0</event.client.version>
         <!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
          coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
         <jacoco.line.coverage.limit>0.57</jacoco.line.coverage.limit>