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/onap-executable | |
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/onap-executable')
-rw-r--r-- | mod/bpgenerator/onap-executable/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/bpgenerator/onap-executable/pom.xml b/mod/bpgenerator/onap-executable/pom.xml index 1ec9fef..ae20547 100644 --- a/mod/bpgenerator/onap-executable/pom.xml +++ b/mod/bpgenerator/onap-executable/pom.xml @@ -22,12 +22,12 @@ limitations under the License. <parent> <artifactId>blueprint-generator</artifactId> <groupId>org.onap.dcaegen2.platform.mod</groupId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>blueprint-generator-onap-executable</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>jar</packaging> <name>OnapExecutable</name> @@ -37,7 +37,7 @@ limitations under the License. <dependency> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>blueprint-generator-onap</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> |