Remove key.properties 02/106202/1
authorTschaen, Brendan <ctschaen@att.com>
Fri, 17 Apr 2020 13:53:43 +0000 (09:53 -0400)
committerTschaen, Brendan <ctschaen@att.com>
Fri, 17 Apr 2020 13:53:43 +0000 (09:53 -0400)
Issue-ID: MUSIC-582
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I52cbc8399a27006f70db2f8f4dff4dc09856d9da

music-core/pom.xml
music-rest/pom.xml
music-rest/src/main/java/org/onap/music/main/PropertiesLoader.java
pom.xml
version.properties

index 2001848..2ee2b45 100755 (executable)
@@ -27,7 +27,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC-core</artifactId>
     <packaging>jar</packaging>
-    <version>3.2.38-SNAPSHOT</version>
+    <version>3.2.39-SNAPSHOT</version>
     <description>
             This is the MUSIC core interface, packaged as a jar file.
     </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>
index 4dad5e8..5ffe349 100755 (executable)
@@ -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>
         <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>
index 3017b6d..e98031d 100644 (file)
@@ -33,7 +33,8 @@ import org.springframework.context.annotation.PropertySource;
 import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
 import org.springframework.stereotype.Component;
 
-@PropertySource(value = {"file:/opt/app/music/etc/music.properties", "classpath:/project.properties","file:/opt/app/music/etc/key.properties"})
+@PropertySource(value = {"file:/opt/app/music/etc/music.properties", "classpath:/project.properties"})
+//"file:/opt/app/music/etc/key.properties"
 @Component
 public class PropertiesLoader implements InitializingBean {
 
diff --git a/pom.xml b/pom.xml
index 2faeef9..facfc15 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>pom</packaging>
-    <version>3.2.38-SNAPSHOT</version>
+    <version>3.2.39-SNAPSHOT</version>
     <description>
             This is the MUSIC project.
     </description>
index 842b137..11cb9db 100755 (executable)
@@ -4,7 +4,7 @@
 
 major=3
 minor=2
-patch=38
+patch=39
 
 base_version=${major}.${minor}.${patch}