From: Bogumil Zebek Date: Fri, 10 Apr 2020 05:26:27 +0000 (+0200) Subject: Update project structure X-Git-Tag: 1.0.0~50 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F105745%2F1;p=integration%2Fsimulators%2Fpnf-simulator.git Update project structure Fix groupId, version and docker tag. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil Change-Id: I6a20e816fb53c2b50e58ca5680dd886cea8fc6b2 --- diff --git a/.gitignore b/.gitignore index 8d81d9f..3ec4b09 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ **/*.iml **/.idea **/target +deployment/pnf-pnp-simulators-resources.zip diff --git a/deployment/pom.xml b/deployment/pom.xml index 25fe08b..af84a18 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -23,9 +23,9 @@ 4.0.0 - org.onap.simulator + org.onap.integration.simulators.pnf-simulator simulator-parent - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT onboarding-package diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 23b7592..1d8bb58 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -25,13 +25,13 @@ 4.0.0 - org.onap.simulator + org.onap.integration.simulators.pnf-simulator simulator-parent - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT netconfsimulator - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 @@ -288,7 +288,7 @@ ${project.basedir} ${project.basedir}/Dockerfile_app - ${project.version}-${maven.build.timestamp}Z + ${project.version}-STAGE-${maven.build.timestamp}Z diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index af797de..29ca352 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -25,13 +25,13 @@ 4.0.0 - org.onap.simulator + org.onap.integration.simulators.pnf-simulator simulator-parent - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT pnfsimulator - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT pnfsimulator @@ -389,7 +389,7 @@ ${project.basedir} - ${project.version}-${maven.build.timestamp}Z + ${project.version}-STAGE-${maven.build.timestamp}Z diff --git a/pom.xml b/pom.xml index 00eda50..fa18b56 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ 2.0.0 - org.onap.simulator + org.onap.integration.simulators.pnf-simulator simulator-parent - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT pnfsimulator netconfsimulator diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..2ddebb3 --- /dev/null +++ b/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=0 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT