summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-04-28 09:23:02 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-04-28 09:23:02 +0800
commit3c487f863a32c2fe7399298e071414811e33647a (patch)
treefd5a40641e31db42c6939d883fd72afe5b1a725f
parente50f6e8abddad4e2ad7fa83f32ab55af184d951c (diff)
Ajusted the version of the component
Change-Id: I6f2d2dff9831b9cacc8b76f2d6329726d7b252ba Issue-ID: HOLMES-220 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml4
-rw-r--r--rulemgt-frontend/pom.xml2
-rw-r--r--rulemgt-standalone/pom.xml2
-rw-r--r--rulemgt/pom.xml2
-rw-r--r--version.properties2
5 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 0136e0a..b7a6fc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5</version>
<packaging>pom</packaging>
<name>holmes-rule-management</name>
<modules>
@@ -85,7 +85,7 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.2.8</version>
+ <version>1.2.9</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
diff --git a/rulemgt-frontend/pom.xml b/rulemgt-frontend/pom.xml
index 9fcd2d4..563ba2b 100644
--- a/rulemgt-frontend/pom.xml
+++ b/rulemgt-frontend/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5</version>
</parent>
<artifactId>holmes-rulemgt-frontend</artifactId>
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml
index bb3b0ec..62ba8d0 100644
--- a/rulemgt-standalone/pom.xml
+++ b/rulemgt-standalone/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5</version>
</parent>
<artifactId>holmes-rulemgt-standalone</artifactId>
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 5422c54..2d881ac 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5</version>
</parent>
<artifactId>holmes-rulemgt</artifactId>
diff --git a/version.properties b/version.properties
index 550f852..9538460 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=2
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}