aboutsummaryrefslogtreecommitdiffstats
path: root/music-rest/pom.xml
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-04-18 10:36:07 -0400
committerTschaen, Brendan <ctschaen@att.com>2020-04-18 10:45:11 -0400
commit0c173cdf44af313e376f1e8ae4fd6e6973c6c20b (patch)
treeca8a4ceb7cceb93c7763457561a0af149be15f3e /music-rest/pom.xml
parentc905534f0165b029ad70554638cbd1f13814e879 (diff)
Default Cipher to empty string
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I85a59925a40e196847983a7e60aa6d30b046d7e8
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 5ffe3499..9bcfd396 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.39-SNAPSHOT</version>
+ <version>3.2.40-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.39-SNAPSHOT</version>
+ <version>3.2.40-SNAPSHOT</version>
</parent>
<properties>
@@ -127,7 +127,7 @@
<dependency>
<groupId>org.onap.music</groupId>
<artifactId>MUSIC-core</artifactId>
- <version>3.2.39-SNAPSHOT</version>
+ <version>3.2.40-SNAPSHOT</version>
</dependency>
<!-- Jersey -->
<dependency>