diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-07 12:23:05 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-07 12:23:05 -0500 |
commit | be5662d19f464ab6e0c79c348e893a35ce780aea (patch) | |
tree | 8b1c499b9b6cd70e1eb7aa154ac870589bc642cd /adaptors/features/features-sli-adaptors | |
parent | b7048faf040499c15f868b40566edc71ba753c7e (diff) |
Remove references to indivdual repo version properties
Updated combined ccsdl/sli repo to replace references to old
repo versions (e.g. ccsdk.sli.core.version) with build-in
maven property project.version.
Issue-ID: CCSDK-3009
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I89c42dd571781f9bd8f9b463f53298519f61b96f
Diffstat (limited to 'adaptors/features/features-sli-adaptors')
-rw-r--r-- | adaptors/features/features-sli-adaptors/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/adaptors/features/features-sli-adaptors/pom.xml b/adaptors/features/features-sli-adaptors/pom.xml index 697b5cdf2..ddb0efac9 100644 --- a/adaptors/features/features-sli-adaptors/pom.xml +++ b/adaptors/features/features-sli-adaptors/pom.xml @@ -16,10 +16,6 @@ <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.version> - </properties> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> |