Bumped the version to 1.2.7 26/96926/2 elalto 5.0.2-ONAP
authorGuangrongFu <fu.guangrong@zte.com.cn>
Fri, 11 Oct 2019 11:14:10 +0000 (19:14 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Sat, 12 Oct 2019 04:50:08 +0000 (12:50 +0800)
Change-Id: I8f2a4a23fc813086b7e3bc7f73b4efd965a15131
Issue-ID: HOLMES-268
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 33c3ef8..258e9c1 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.6-SNAPSHOT</version>\r
+    <version>1.2.7-SNAPSHOT</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.10</version>\r
+                <version>1.2.13</version>\r
             </dependency>\r
             <dependency>\r
                 <groupId>io.dropwizard</groupId>\r
index 4cd4f47..7901753 100644 (file)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.onap.holmes.rule-management</groupId>
     <artifactId>holmes-rulemgt-parent</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>1.2.7-SNAPSHOT</version>
   </parent>
 
   <artifactId>holmes-rulemgt-frontend</artifactId>
index d0c5dae..54901dc 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.holmes.rule-management</groupId>
         <artifactId>holmes-rulemgt-parent</artifactId>
-        <version>1.2.6-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>holmes-rulemgt-standalone</artifactId>
index f21a69f..f08de1d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.holmes.rule-management</groupId>
         <artifactId>holmes-rulemgt-parent</artifactId>
-        <version>1.2.6-SNAPSHOT</version>
+        <version>1.2.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>holmes-rulemgt</artifactId>
index d78165d..ea29878 100644 (file)
@@ -4,7 +4,7 @@
 \r
 major=1\r
 minor=2\r
-patch=6\r
+patch=7\r
 \r
 base_version=${major}.${minor}.${patch}\r
 \r