Ajusted the version of the component 58/86458/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Sun, 28 Apr 2019 01:23:02 +0000 (09:23 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Sun, 28 Apr 2019 01:23:02 +0000 (09:23 +0800)
Change-Id: I6f2d2dff9831b9cacc8b76f2d6329726d7b252ba
Issue-ID: HOLMES-220
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
pom.xml
rulemgt-frontend/pom.xml
rulemgt-standalone/pom.xml
rulemgt/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 0136e0a..b7a6fc3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 \r
     <groupId>org.onap.holmes.rule-management</groupId>\r
     <artifactId>holmes-rulemgt-parent</artifactId>\r
-    <version>1.2.4-SNAPSHOT</version>\r
+    <version>1.2.5</version>\r
     <packaging>pom</packaging>\r
     <name>holmes-rule-management</name>\r
     <modules>\r
@@ -85,7 +85,7 @@
             <dependency>\r
                 <groupId>org.onap.holmes.common</groupId>\r
                 <artifactId>holmes-actions</artifactId>\r
-                <version>1.2.8</version>\r
+                <version>1.2.9</version>\r
             </dependency>\r
             <dependency>\r
                 <groupId>io.dropwizard</groupId>\r
index 9fcd2d4..563ba2b 100644 (file)
@@ -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>
index bb3b0ec..62ba8d0 100644 (file)
@@ -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>
index 5422c54..2d881ac 100644 (file)
@@ -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>
index 550f852..9538460 100644 (file)
@@ -4,7 +4,7 @@
 \r
 major=1\r
 minor=2\r
-patch=4\r
+patch=5\r
 \r
 base_version=${major}.${minor}.${patch}\r
 \r