Skip to content

Commit

Permalink
Merge pull request #436 from VaishnaviR18/hapi-fhir
Browse files Browse the repository at this point in the history
Change fhir-core.version -> fhir-core-version.
  • Loading branch information
VaishnaviR18 authored Sep 24, 2024
2 parents df81951 + fa8b4d9 commit 370c61d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,32 +221,32 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu2</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu2016may</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu3</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r4</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r4b</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r5</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
<exclusions>
<exclusion>
<groupId>com.github.stephenc.jcip</groupId>
Expand All @@ -257,7 +257,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>

<!-- upgrades for spring -->
Expand Down
14 changes: 7 additions & 7 deletions tooling/redhat-camel-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,32 +221,32 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu2</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu2016may</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu3</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r4</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r4b</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r5</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
<exclusions>
<exclusion>
<groupId>com.github.stephenc.jcip</groupId>
Expand All @@ -257,7 +257,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>${hapi-fhir-core.version}</version>
<version>${hapi-fhir-core-version}</version>
</dependency>

<!-- upgrades for spring -->
Expand Down

0 comments on commit 370c61d

Please sign in to comment.