diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-01-15 09:56:54 +0100 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-01-20 10:46:59 +0100 |
commit | 6558bd6870e650dbd6232ab129dc82aebe5f8fba (patch) | |
tree | 3ae3ecc12595694fb71a24cbd75bf67db41f85d8 /mod/bpgenerator/common | |
parent | bc6ebd21b0f6fa0ac8d23308952c7cc7898b32c2 (diff) |
Refactor AppConfigService with tests
- Refactor AppConfigService
- Bump bpgenerator version to 1.7.2
Issue-ID: DCAEGEN2-1179
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: Iae52bda14f928db102d4c3466ba97f948ca98727
Diffstat (limited to 'mod/bpgenerator/common')
-rw-r--r-- | mod/bpgenerator/common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/bpgenerator/common/pom.xml b/mod/bpgenerator/common/pom.xml index 56985a9..09c9757 100644 --- a/mod/bpgenerator/common/pom.xml +++ b/mod/bpgenerator/common/pom.xml @@ -29,7 +29,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>blueprint-generator-common</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>jar</packaging> <name>Common</name> @@ -39,7 +39,7 @@ <parent> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>blueprint-generator</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> </parent> |