From 292f693f76293ae3b27853dd4d3c1836da537200 Mon Sep 17 00:00:00 2001 From: "Nelson,Thomas(tn1381)(arthurdent3)" Date: Fri, 15 Jun 2018 01:22:10 -0400 Subject: Update pom to put correct Main class in Change-Id: Id13940d75959d2dcd8a15423c06edca3d3cbfdb5 Issue-ID: MUSIC-77 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9c02871..2f02652 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ stated inside of the file. 4.0.0 org.onap.music.prom prom - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT org.onap.oparent oparent @@ -118,7 +118,7 @@ stated inside of the file. - protocol.PromDaemon + org.onap.music.prom.main.PromDaemon diff --git a/version.properties b/version.properties index e346160..17c4b15 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=0 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg