diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-09-10 12:08:10 -0400 |
---|---|---|
committer | Sunder Tattavarada <statta@research.att.com> | 2019-09-12 15:18:25 +0000 |
commit | 6529859fc521c3f82d399aaa90cee6521d5b9401 (patch) | |
tree | 302921490426244d457825329d69ffde05b712b4 | |
parent | aa3f5347cc0f7e71f2eef85a0f688564dc11e0ff (diff) |
Update music jar version
Update music jar version to 2.5.10 and remove snapshot
For releasing 2.6.0 portal-sdk libs for El Alto release
Issue-ID: PORTAL-727
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: Iedc0c67b6c372fde31990aa4de02fcf53ac8528d
-rw-r--r-- | ecomp-sdk/epsdk-music/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-music/pom.xml b/ecomp-sdk/epsdk-music/pom.xml index 3948e0c8..5c442a91 100644 --- a/ecomp-sdk/epsdk-music/pom.xml +++ b/ecomp-sdk/epsdk-music/pom.xml @@ -120,7 +120,7 @@ <dependency> <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> - <version>2.5.10-SNAPSHOT</version> + <version>2.5.10</version> </dependency> <!-- Mapper --> |