diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-03 16:29:09 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-12-05 11:31:43 -0500 |
commit | 04b970d76054b65e67b9645db673c95b9a263d2b (patch) | |
tree | 95523c410a06e86f7765015f20a38d43d59b51cb /odlparent/binding-parent | |
parent | f15762deff2e139fa225b899801ec3e46416435d (diff) |
Removing hardocoded version of internal dependencies
Replacing hardcoded version for dependencies-bom and dependencies-odl-bom with project.version
Issue-ID: CCSDK-1978
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie7e8fdfd673097045bd42b56c29b87ca7c961232
Diffstat (limited to 'odlparent/binding-parent')
-rw-r--r-- | odlparent/binding-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 3cef1030..bd8871de 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -193,7 +193,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-odl-bom</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> |