diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-10 13:24:49 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-10 13:24:59 -0400 |
commit | 99d3eb40f71ddf8813ebf3f93d8ff1630de0b7c0 (patch) | |
tree | d348c2ba260d4d260a1d65dddde630f76d27b529 | |
parent | 6b34334fa325f710093eacb82196c591e6e4e5c9 (diff) |
Remove event-client snapshot dep1.4.0
Issue-ID: AAI-2357
Change-Id: Ia14ddb377354a9909c4b6220c1cb2701790b197b
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ limitations under the License. <name>aai-router-core</name> <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> - <event.client.version>1.4.0-SNAPSHOT</event.client.version> + <event.client.version>1.4.0</event.client.version> <!-- Sonar Properties --> <sonar.language>java</sonar.language> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |