aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
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.
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.music.prom</groupId>
<artifactId>prom</artifactId>
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.5-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
@@ -118,7 +118,7 @@ stated inside of the file.
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>protocol.PromDaemon</mainClass>
+ <mainClass>org.onap.music.prom.main.PromDaemon</mainClass>
</transformer>
</transformers>
</configuration>
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}