diff options
author | 2021-01-08 13:03:06 +0100 | |
---|---|---|
committer | 2021-01-08 12:10:12 +0000 | |
commit | a33615dacc97032e0b6399aee792f5fa424e9283 (patch) | |
tree | 06865636e3608f589adbf4429bfc74b6be130baa /deployment | |
parent | 23f606075360a376a8fdb9f7fb1f3505c3100c1a (diff) |
Update Pnf simulator version to 1.0.2
Add pom for Http Server
Issue-ID: INT-1814
Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Change-Id: I86b18a38a4d21c42d4bf321c73ba3d2bbce24742
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index dde82dd..4674ba1 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>onboarding-package</artifactId> <build> |