diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-11 19:14:10 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2019-10-12 12:50:08 +0800 |
commit | 496873842a2d3b15ce14fa91ce3358f2f07ecea6 (patch) | |
tree | c889b21f53a1b6841fca3a38c342adc1770131a6 | |
parent | 56d16edcc072b5ddb9ebb143aac2ca6f652b3c36 (diff) |
Bumped the version to 1.2.75.0.2-ONAPelalto
Change-Id: I8f2a4a23fc813086b7e3bc7f73b4efd965a15131
Issue-ID: HOLMES-268
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | rulemgt-frontend/pom.xml | 2 | ||||
-rw-r--r-- | rulemgt-standalone/pom.xml | 2 | ||||
-rw-r--r-- | rulemgt/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -24,7 +24,7 @@ <groupId>org.onap.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
- <version>1.2.6-SNAPSHOT</version>
+ <version>1.2.7-SNAPSHOT</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.10</version>
+ <version>1.2.13</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
diff --git a/rulemgt-frontend/pom.xml b/rulemgt-frontend/pom.xml index 4cd4f47..7901753 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.6-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt-frontend</artifactId> diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml index d0c5dae..54901dc 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.6-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt-standalone</artifactId> diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index f21a69f..f08de1d 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.6-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt</artifactId> diff --git a/version.properties b/version.properties index d78165d..ea29878 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1
minor=2
-patch=6
+patch=7
base_version=${major}.${minor}.${patch}
|