diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-15 15:34:02 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-15 15:34:02 -0500 |
commit | 1721b898757fd7dfb3463055c7a436ceae06d5c4 (patch) | |
tree | 5725e46fce487767e4c394acaa3cc3adbf8b2df4 /utils/features | |
parent | 6228b819e9b8977a4ae13fda563970b62920ca5f (diff) |
Fix merge build
Added missing <version> tag to correct build error
Change-Id: I5bb431f52a6e0336cf1e55675955c1a9894da9a6
Issue-ID: CCSDK-1935
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'utils/features')
-rwxr-xr-x | utils/features/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/features/pom.xml b/utils/features/pom.xml index 1503aade2..0602c0415 100755 --- a/utils/features/pom.xml +++ b/utils/features/pom.xml @@ -11,6 +11,7 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>utils-features-aggregator</artifactId> + <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> |