diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-05 12:39:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-05 12:39:45 -0400 |
commit | 2a577ea5da129f9458b51baeb6720306d28a2442 (patch) | |
tree | d584628ab7ab5ad7e3d48114f4296f9fb388cea8 /odlparent/feature-repo-parent/pom.xml | |
parent | 9c23b606e3040abb0f8b49ad87fea6b7124e5427 (diff) |
Fix ranges to include snapshot
maven-assembly-plugin seems to exclude snapshots when resolving
ranges unless the range explicitly includes a snapshot. Updated
ranges to end in snapshot release to work around this issue.
Issue-ID: CCSDK-3387
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I443da915e792e153eea55fdb9dc763b68471bb3c
Diffstat (limited to 'odlparent/feature-repo-parent/pom.xml')
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index f0c5c2fd..cfbec71b 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -97,10 +97,10 @@ <logging-analytics.version>1.6.9</logging-analytics.version> <!-- CCSDK component versions --> - <ccsdk.cds.version>(1.1.99999, 1.2.99999)</ccsdk.cds.version> - <ccsdk.features.version>(1.1.99999, 1.2.99999)</ccsdk.features.version> - <ccsdk.distribution.version>(1.1.99999, 1.2.99999)</ccsdk.distribution.version> - <ccsdk.sli.version>(1.2.99999, 1.3.99999)</ccsdk.sli.version> + <ccsdk.cds.version>(1.1.99999, 1.2.99999-SNAPSHOT)</ccsdk.cds.version> + <ccsdk.features.version>(1.1.99999, 1.2.99999-SNAPSHOT)</ccsdk.features.version> + <ccsdk.distribution.version>(1.1.99999, 1.2.99999-SNAPSHOT)</ccsdk.distribution.version> + <ccsdk.sli.version>(1.2.99999, 1.3.99999-SNAPSHOT)</ccsdk.sli.version> <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version> <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version> <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version> |