aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Paquette <francis.paquette@amdocs.com>2018-09-05 07:53:38 -0400
committerFrancis Paquette <francis.paquette@amdocs.com>2018-09-05 07:58:49 -0400
commit4724f965f5a89a3e0169bf1d33dd356158332d36 (patch)
treebe963c1b68b80efa4ce6a4172238c0c7c1817973
parentcbd5b9b82dddb4ae467571ef86dcdccc2268175f (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a23f25b..eeb3ce0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>