Skip to content

Commit

Permalink
chore(releng): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed Oct 14, 2024
1 parent 4b1e7a2 commit 2ce4c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This library is based on the 6.3.30 version of org.hl7.fhir.core.

## Maven Usage

The maven artifact is available in the B2i Healthcare Maven repository: https://artifacts.b2ihealthcare.com/repository/maven-releases/

```
<dependency>
<groupId>com.b2international</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.b2international</groupId>
<artifactId>fhir-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>FHIR Core Classes and Converters</name>
<description>FHIR Core Classes and Converters (R4, R4B, R5)</description>
<packaging>bundle</packaging>
Expand Down

0 comments on commit 2ce4c47

Please sign in to comment.