diff options
author | 2020-05-13 08:32:30 +0200 | |
---|---|---|
committer | 2020-05-13 08:32:30 +0200 | |
commit | 6349a4853fbe3979750f018587b3d21e0a5f20d9 (patch) | |
tree | 1c19728eb200bca73ce6d91c4bd31178a042bb0e /pnfsimulator | |
parent | 1c7c7219b55d341c7c9986d4a112fe73d1878364 (diff) |
Add version and parent path to PNF integration pom
Issue-ID: INT-1533
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I9e61eb6fc7d90ef9ddd6a9cb7d1f66d564696819
Diffstat (limited to 'pnfsimulator')
-rw-r--r-- | pnfsimulator/integration/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml index 45cd6e1..7292849 100644 --- a/pnfsimulator/integration/pom.xml +++ b/pnfsimulator/integration/pom.xml @@ -28,9 +28,13 @@ <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> <version>1.0.1-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>pnf-simulator-integration</artifactId> + <version>1.0.1-SNAPSHOT</version> + <name>pnf-simulator-integration</name> + <repositories> <repository> <id>dl.bintray.com</id> |