summaryrefslogtreecommitdiffstats
path: root/onboarding/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-07-18 17:10:01 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-07-19 05:45:10 +0000
commit494e44267b82f224c2d9e013670265223046a17f (patch)
tree4bf07d041b891c8e1a9ab63ad67e723e479a803e /onboarding/pom.xml
parentc75126447fae0418293491ea2a38fb03d12b157e (diff)
Modules built together use same snapshot version
All modules built together that depend on a snapshot version must refer to exactly the same version either via the parent pom's version, or ${project.version}. Otherwise, timestamped snapshot versions cannot be correctly resolved in some cases (depending on time that passed between builds). Change-Id: If4d57760899e6efe783fd9dc20343cc7ce89ad36 Issue-ID: SDC-1065 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'onboarding/pom.xml')
-rw-r--r--onboarding/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml
index 90f5e5c443..1cdefc22bc 100644
--- a/onboarding/pom.xml
+++ b/onboarding/pom.xml
@@ -46,9 +46,6 @@
<maven-plugin-annotations.version>3.5.1</maven-plugin-annotations.version>
<mvn.antrun.version>1.8</mvn.antrun.version>
- <!-- Onboarding artifacts version -->
- <openecomp.sdc.common.version>${project.version}</openecomp.sdc.common.version>
-
<!-- Onboarding 3rd party versions -->
<aspectj.version>1.8.9</aspectj.version>
<bsh.version>2.0b5</bsh.version>