diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2020-04-17 09:53:43 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2020-05-05 14:11:29 -0400 |
commit | ff2ae2627755526cdb58d68ef52b18ba5f02de9f (patch) | |
tree | 4d1abc58edba76df82d872d78c74ead9eb29db82 /music-core/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-core/pom.xml')
-rwxr-xr-x | music-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/music-core/pom.xml b/music-core/pom.xml index 20018484..2ee2b454 100755 --- a/music-core/pom.xml +++ b/music-core/pom.xml @@ -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> |