diff options
author | Andrew Gauld <agauld@att.com> | 2020-07-17 15:46:41 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2020-07-17 20:04:13 +0000 |
commit | a1a37bde3365ebf0aaa543b2f10ebdb13bd4af40 (patch) | |
tree | 1bda1fb21c14ca4540e45c445da823c6cfdb6373 /mod/runtimeapi/runtime-web/pom.xml | |
parent | e996e07eea9189ffd89418047eb26293ef33e419 (diff) |
Add onap.useDmaapPlugin config parameter
Change-Id: I8c86eb3f1c76c608fe5ce66bc4e0e1f6d8d64abc
Issue-ID: DCAEGEN2-1996
Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-web/pom.xml')
-rw-r--r-- | mod/runtimeapi/runtime-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 722c36a..3582c94 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <version>1.0.1</version> </parent> <artifactId>runtime-web</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> <packaging>jar</packaging> <name>runtime-web</name> <description>MOD Runtime Web Module</description> |