diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-04-23 13:58:07 +0200 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2020-04-23 13:58:07 +0200 |
commit | 1053d24655fe92059deea436d2d55d101a7c8c6c (patch) | |
tree | 02128856312c0d5676152af308044ce3af013692 /pnfsimulator/pom.xml | |
parent | fcbbd8a6f3548f3560946112341b273440f6b216 (diff) |
Switch pnf simulator to the new version
Prepare new release line. Version: 1.0.1
Issue-ID: INT-1517
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Ib64b2d4e37e22824479bdc408ce99f507215b0db
Diffstat (limited to 'pnfsimulator/pom.xml')
-rw-r--r-- | pnfsimulator/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 6384314..37930dd 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>pnfsimulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>pnfsimulator</name> |