diff options
author | Francis Paquette <francis.paquette@amdocs.com> | 2018-09-05 07:53:38 -0400 |
---|---|---|
committer | Francis Paquette <francis.paquette@amdocs.com> | 2018-09-05 07:58:49 -0400 |
commit | 4724f965f5a89a3e0169bf1d33dd356158332d36 (patch) | |
tree | be963c1b68b80efa4ce6a4172238c0c7c1817973 | |
parent | cbd5b9b82dddb4ae467571ef86dcdccc2268175f (diff) |
Removed the SNAPSHOT portion from the event-client
Issue-ID: AAI-1572
Change-Id: Ibae29a20d8a6f1cf8cfe47c0b915a8fbd1a6f2fc
Signed-off-by: Francis Paquette <francis.paquette@amdocs.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.3.0-SNAPSHOT</event.client.version> + <event.client.version>1.3.0</event.client.version> <!-- Sonar Properties --> <sonar.language>java</sonar.language> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |