diff options
author | 2020-04-17 09:53:43 -0400 | |
---|---|---|
committer | 2020-05-05 14:11:29 -0400 | |
commit | ff2ae2627755526cdb58d68ef52b18ba5f02de9f (patch) | |
tree | 4d1abc58edba76df82d872d78c74ead9eb29db82 /music-rest/pom.xml | |
parent | 24dee700827ad51214e56f51d527749a33efa96f (diff) |
Remove key.properties
Issue-ID: MUSIC-582
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I52cbc8399a27006f70db2f8f4dff4dc09856d9da
Diffstat (limited to 'music-rest/pom.xml')
-rwxr-xr-x | music-rest/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/music-rest/pom.xml b/music-rest/pom.xml index 4dad5e81..5ffe3499 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -27,7 +27,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC-rest</artifactId> <packaging>jar</packaging> - <version>3.2.38-SNAPSHOT</version> + <version>3.2.39-SNAPSHOT</version> <description> This is the MUSIC Spring-based REST service. </description> @@ -36,7 +36,7 @@ <parent> <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> - <version>3.2.38-SNAPSHOT</version> + <version>3.2.39-SNAPSHOT</version> </parent> <properties> @@ -127,7 +127,7 @@ <dependency> <groupId>org.onap.music</groupId> <artifactId>MUSIC-core</artifactId> - <version>3.2.38-SNAPSHOT</version> + <version>3.2.39-SNAPSHOT</version> </dependency> <!-- Jersey --> <dependency> |