diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2020-04-17 09:53:43 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2020-04-17 09:53:43 -0400 |
commit | 99f396136789182931fbded1127856247593d91b (patch) | |
tree | c43f876127aa2e449110fa6b8233a5aec8d97f93 /music-core | |
parent | 133de5629fee494ef462ebe4b1b131a32060d5d5 (diff) |
Remove key.properties
Issue-ID: MUSIC-582
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I52cbc8399a27006f70db2f8f4dff4dc09856d9da
Diffstat (limited to 'music-core')
-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> |