Skip to content

Commit

Permalink
chore(scg): fix incorrect reference to releases in README
Browse files Browse the repository at this point in the history
Fix incorrect build/release mvn launch config file name.

SO-4726
  • Loading branch information
cmark committed Apr 20, 2021
1 parent 2942033 commit 949dc88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
<stringAttribute key="M2_USER_SETTINGS" value=""/>
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
<stringAttribute key="bad_container_name" value="\snomed-ql\build.launch"/>
<stringAttribute key="bad_container_name" value="\snomed-scg\build.launch"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:snomed-ql}"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:snomed-scg}"/>
</launchConfiguration>
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<stringAttribute key="M2_USER_SETTINGS" value=""/>
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:snomed-ql}"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:snomed-scg}"/>
</launchConfiguration>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See the official documentation [here](http://snomed.org/scg)

# Supported versions

* 2.3.1 - https://github.com/b2ihealthcare/snomed-ecl/releases/tag/v2.3.1
* 2.3.1 - https://github.com/b2ihealthcare/snomed-scg/releases/tag/v2.3.1

# Building from source

Expand All @@ -32,4 +32,4 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.

# Versioning

Our [releases](https://github.com/b2ihealthcare/snomed-ecl/releases) use [semantic versioning](http://semver.org). You can find a chronologically ordered list of notable changes in [CHANGELOG.md](CHANGELOG.md).
Our [releases](https://github.com/b2ihealthcare/snomed-scg/releases) use [semantic versioning](http://semver.org). You can find a chronologically ordered list of notable changes in [CHANGELOG.md](CHANGELOG.md).

0 comments on commit 949dc88

Please sign in to comment.