summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--rulemgt/pom.xml1
-rw-r--r--version.properties2
3 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 83d0b72..899f944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.1.1</version>
</parent>
<groupId>org.onap.holmes.rule-management</groupId>
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 5b2a11a..d996727 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.jersey.containers</groupId>
diff --git a/version.properties b/version.properties
index e2595ba..cdcd1e9 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=1
+minor=0
patch=0
base_version=${major}.${minor}.${patch}