Skip to content

Commit b744266

Browse files
committed
feat(ecl): bump snomed-ecl dependency to 2.0.0
1 parent fd56483 commit b744266

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

releng/target-platform/target-platform.target

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.3/"/>
6161
</location>
6262
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
63-
<repository location="mvn:com.b2international:com.b2international.snomed.ecl.update:1.6.0:zip"/>
64-
<unit id="com.b2international.snomed.ecl.feature.feature.group" version="1.6.0"/>
65-
<unit id="com.b2international.snomed.ecl.ui.feature.feature.group" version="1.6.0"/>
63+
<repository location="mvn:com.b2international:com.b2international.snomed.ecl.update:2.0.0-SNAPSHOT:zip"/>
64+
<unit id="com.b2international.snomed.ecl.feature.feature.group" version="0.0.0"/>
65+
<unit id="com.b2international.snomed.ecl.ui.feature.feature.group" version="0.0.0"/>
6666
</location>
6767
</locations>
6868
</target>

snomed/com.b2international.snowowl.snomed.datastore/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.0",
2020
com.b2international.mapdb;bundle-version="[3.0.7,4.0.0)",
2121
com.b2international.snowowl.snomed.icons;bundle-version="6.15.0",
2222
com.b2international.snowowl.core;visibility:=reexport,
23-
com.b2international.snomed.ecl;visibility:=reexport
23+
com.b2international.snomed.ecl;bundle-version="[2.0.0,2.1.0)";visibility:=reexport
2424
Export-Package: com.b2international.snowowl.snomed.core,
2525
com.b2international.snowowl.snomed.core.domain,
2626
com.b2international.snowowl.snomed.core.domain.refset,

0 commit comments

Comments
 (0)