Skip to content

Commit

Permalink
chore(releng): release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed Mar 31, 2023
1 parent c38ff7d commit 8d4a9cd
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SNOMED CT Expression Template Language Implementation with IDE integration(s), user interface using Xtext.

[![build status](https://img.shields.io/github/actions/workflow/status/b2ihealthcare/snomed-etl/maven.yml?branch=main&style=flat-square)](https://github.com/b2ihealthcare/snomed-etl/actions)
[![latest release](https://img.shields.io/github/tag/b2ihealthcare/snomed-etl.svg?style=flat-square)](https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.3.7)
[![latest release](https://img.shields.io/github/tag/b2ihealthcare/snomed-etl.svg?style=flat-square)](https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.3.8)
[![GitHub](https://img.shields.io/github/license/b2ihealthcare/snomed-etl.svg?style=flat-square)](https://github.com/b2ihealthcare/snomed-etl/blob/main/LICENSE)

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

# Supported versions

* https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.3.7 - ETL 1.3.5 (based on ECL 2.1)
* https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.3.8 - ETL 1.3.5 (based on ECL 2.1)
* https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.2.0 - ETL 1.2.0 (based on ECL 1.5)
* https://github.com/b2ihealthcare/snomed-etl/releases/tag/v1.0.0 - ETL 1.0.0 (based on ECL 1.4)

Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.b2international.snomed.etl.feature"
label="SNOMED CT Expression Template Language Core Feature"
version="1.3.8.qualifier"
version="1.3.8"
provider-name="B2i Healthcare">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.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>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
</parent>
<artifactId>com.b2international.snomed.etl.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.ide/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 Template Language IDE Module
Bundle-SymbolicName: com.b2international.snomed.etl.ide;singleton:=true
Bundle-Version: 1.3.8.qualifier
Bundle-Version: 1.3.8
Bundle-Vendor: B2i Healthcare
Automatic-Module-Name: com.b2international.snomed.etl.ide
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
</parent>
<artifactId>com.b2international.snomed.etl.ide</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.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 Template Language Tests
Bundle-SymbolicName: com.b2international.snomed.etl.tests
Bundle-Version: 1.3.8.qualifier
Bundle-Version: 1.3.8
Bundle-Vendor: B2i Healthcare
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
</parent>
<artifactId>com.b2international.snomed.etl.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.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.etl.ui.feature"
label="SNOMED CT Expression Template Language UI Feature"
version="1.3.8.qualifier"
version="1.3.8"
provider-name="B2i Healthcare">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.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>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
</parent>
<artifactId>com.b2international.snomed.etl.ui.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.ui/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 Template Language UI
Bundle-SymbolicName: com.b2international.snomed.etl.ui;singleton:=true
Bundle-Version: 1.3.8.qualifier
Bundle-Version: 1.3.8
Bundle-Vendor: B2i Healthcare
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.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>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
</parent>
<artifactId>com.b2international.snomed.etl.ui</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions com.b2international.snomed.etl.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.etl.feature_1.3.8.qualifier.jar" id="com.b2international.snomed.etl.feature" version="1.3.8.qualifier">
<feature url="features/com.b2international.snomed.etl.feature_1.3.8.jar" id="com.b2international.snomed.etl.feature" version="1.3.8">
<category name="snomed-etl"/>
</feature>
<feature url="features/com.b2international.snomed.etl.ui.feature_1.3.8.qualifier.jar" id="com.b2international.snomed.etl.ui.feature" version="1.3.8.qualifier">
<feature url="features/com.b2international.snomed.etl.ui.feature_1.3.8.jar" id="com.b2international.snomed.etl.ui.feature" version="1.3.8">
<category name="snomed-etl"/>
</feature>
<category-def name="snomed-etl" label="SNOMED CT Expression Template Language"/>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl.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>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
</parent>
<artifactId>com.b2international.snomed.etl.update</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion com.b2international.snomed.etl/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 Template Language
Bundle-Vendor: B2i Healthcare
Bundle-Version: 1.3.8.qualifier
Bundle-Version: 1.3.8
Bundle-SymbolicName: com.b2international.snomed.etl;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.etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.b2international</groupId>
<artifactId>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
</parent>

</project>
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>etl-parent</artifactId>
<version>1.3.8-SNAPSHOT</version>
<version>1.3.8</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 8d4a9cd

Please sign in to comment.