diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-10 08:46:00 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-10 08:46:04 -0400 |
commit | 6b0bd6dd535847055eed5fd06c42e0837a18deb3 (patch) | |
tree | 1101b40987048b10c3d079cfe08cad070d7b9bb1 | |
parent | 7eb38a729ece68271a112fd58586b316e081f919 (diff) |
Remove event-client snapshot dep
Issue-ID: AAI-2353
Change-Id: I8e83c9376a4f7b1384a0f806c0c99aa2920ed7fe
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |