diff options
author | tang peng <tang.peng5@zte.com.cn> | 2018-11-01 00:38:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-01 00:38:08 +0000 |
commit | 499988f667c48ad269c66c6969b5a75eeb5c6109 (patch) | |
tree | e4f94ca1e1a8d80c96740b8f13dcfe7e40136094 | |
parent | c066e7d1f7cfbbe74a1e740a939bb268f4a92b3e (diff) | |
parent | 5bdc1954c173c390e7e620f2a99902101fbd021e (diff) |
Merge "Modified the Docker Tagging"
-rw-r--r-- | rulemgt-frontend/pom.xml | 2 | ||||
-rw-r--r-- | rulemgt-standalone/pom.xml | 2 | ||||
-rw-r--r-- | rulemgt/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/rulemgt-frontend/pom.xml b/rulemgt-frontend/pom.xml index c330a3d..02ffe35 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.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt-frontend</artifactId> diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml index a46a94d..81f0bab 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.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt-standalone</artifactId> diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 91d3088..1b93729 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.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <artifactId>holmes-rulemgt</artifactId> |