diff options
author | Arul <arul.nambi@amdocs.com> | 2017-12-08 11:42:30 -0500 |
---|---|---|
committer | Arul <arul.nambi@amdocs.com> | 2017-12-08 11:42:45 -0500 |
commit | 15e92635d9780eba4825981aad0165d32b7ab4b3 (patch) | |
tree | 4ac88bf03ac6afd280fd604c8c80dd0edd6d9645 | |
parent | acc53925ed9d93275b438a335d7587cb4213df46 (diff) |
Fixing jenkins build
Removing the snapshot from the release name to fix the jenkins build
failure.
Issue-ID: AAI-546
Change-Id: I51854b17ab2949588decdba4f5a4b48533869230
Signed-off-by: Arul <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <name>aai-rest-client</name> <properties> |