summaryrefslogtreecommitdiffstats
path: root/music-rest/pom.xml
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-04-17 09:53:43 -0400
committerTschaen, Brendan <ctschaen@att.com>2020-04-17 09:53:43 -0400
commit99f396136789182931fbded1127856247593d91b (patch)
treec43f876127aa2e449110fa6b8233a5aec8d97f93 /music-rest/pom.xml
parent133de5629fee494ef462ebe4b1b131a32060d5d5 (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-xmusic-rest/pom.xml6
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>