Skip to content

Commit

Permalink
chore(releng): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apeteri committed Sep 16, 2022
1 parent 92e17b6 commit 06d8a6f
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 20 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.1.0

- [lang] support description ID filter introduced in [ECL 2.1](https://confluence.ihtsdotools.org/download/attachments/33493263/doc_ExpressionConstraintLanguage_v2.1-en-US_INT_20220824.pdf?api=v2)

## 2.0.4

- [ui] Fix keyword proposals in Eclipse UI proposal provider; add suggestions for history profiles; add an image to filter constraint domains
- [ui] fix keyword proposals in Eclipse UI proposal provider; add suggestions for history profiles; add an image to filter constraint domains

## 2.0.3

Expand All @@ -20,7 +24,7 @@ All notable changes to this project will be documented in this file.

## 2.0.0

- [lang] support the latest official [ECL 2.0.0](TODO link to the final spec) specification changes
- [lang] support the latest official [ECL 2.0](https://confluence.ihtsdotools.org/download/attachments/33493263/doc_ExpressionConstraintLanguage_v2.0-en-US_INT_20220404.pdf?api=v2) specification changes
* Support history supplements
* Support memberField filters
* Support memberField selection
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SNOMED CT Expression Constraint Language Implementation with IDE integration(s), user interface using Xtext.

[![build status](https://img.shields.io/github/workflow/status/b2ihealthcare/snomed-ecl/Java%20CI/main?style=flat-square)](https://github.com/b2ihealthcare/snomed-ecl/actions)
[![latest release](https://img.shields.io/github/tag/b2ihealthcare/snomed-ecl.svg?style=flat-square)](https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.0.4)
[![latest release](https://img.shields.io/github/tag/b2ihealthcare/snomed-ecl.svg?style=flat-square)](https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.1.0)
[![GitHub](https://img.shields.io/github/license/b2ihealthcare/snomed-ecl.svg?style=flat-square)](https://github.com/b2ihealthcare/snomed-ecl/blob/main/LICENSE)

# Documentation
Expand All @@ -12,6 +12,7 @@ See the official documentation [here](http://snomed.org/ecl)

# Supported versions

* https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.1.0 - ECL 2.1.0
* https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.0.4 - ECL 2.0.0
* https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v1.6.0 - ECL 1.6.0
* https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v1.5.2 - ECL 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl.examples</artifactId>
</project>
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.b2international.snomed.ecl.feature"
label="SNOMED CT Expression Constraint Language Core Feature"
version="2.1.0.qualifier"
version="2.1.0"
provider-name="B2i Healthcare">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: com.b2international.snomed.ecl.ide
Bundle-ManifestVersion: 2
Bundle-Name: SNOMED CT Expression Constraint Language IDE Plug-in
Bundle-Vendor: B2i Healthcare
Bundle-Version: 2.1.0.qualifier
Bundle-Version: 2.1.0
Bundle-SymbolicName: com.b2international.snomed.ecl.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: com.b2international.snomed.ecl;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SNOMED CT Expression Constraint Language Tests
Bundle-SymbolicName: com.b2international.snomed.ecl.tests
Bundle-Version: 2.1.0.qualifier
Bundle-Version: 2.1.0
Bundle-Vendor: B2i Healthcare
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.b2international.snomed.ecl.ui.feature"
label="SNOMED CT Expression Constraint Language UI Feature"
version="2.1.0.qualifier"
version="2.1.0"
provider-name="B2i Healthcare">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.ui.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl.ui.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: com.b2international.snomed.ecl.ui
Bundle-ManifestVersion: 2
Bundle-Name: SNOMED CT Expression Constraint Language UI Plug-in
Bundle-Vendor: B2i Healthcare
Bundle-Version: 2.1.0.qualifier
Bundle-Version: 2.1.0
Bundle-SymbolicName: com.b2international.snomed.ecl.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: com.b2international.snomed.ecl.ide;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl.ui</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions com.b2international.snomed.ecl.update/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.b2international.snomed.ecl.feature_2.1.0.qualifier.jar" id="com.b2international.snomed.ecl.feature" version="2.1.0.qualifier">
<feature url="features/com.b2international.snomed.ecl.feature_2.1.0.jar" id="com.b2international.snomed.ecl.feature" version="2.1.0">
<category name="snomed-ecl"/>
</feature>
<feature url="features/com.b2international.snomed.ecl.ui.feature_2.1.0.qualifier.jar" id="com.b2international.snomed.ecl.ui.feature" version="2.1.0.qualifier">
<feature url="features/com.b2international.snomed.ecl.ui.feature_2.1.0.jar" id="com.b2international.snomed.ecl.ui.feature" version="2.1.0">
<category name="snomed-ecl"/>
</feature>
<category-def name="snomed-ecl" label="SNOMED CT Expression Constraint Language"/>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl.update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl.update</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: com.b2international.snomed.ecl
Bundle-ManifestVersion: 2
Bundle-Name: SNOMED CT Expression Constraint Language Core
Bundle-Vendor: B2i Healthcare
Bundle-Version: 2.1.0.qualifier
Bundle-Version: 2.1.0
Bundle-SymbolicName: com.b2international.snomed.ecl; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.ecl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<artifactId>com.b2international.snomed.ecl</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.b2international</groupId>
<artifactId>ecl-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 06d8a6f

Please sign in to comment.