Skip to content

Commit

Permalink
fix core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Sep 21, 2020
1 parent 4e3f91f commit 9b1911f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.1.13-SNAPSHOT</version>
<version>5.1.13</version>
</parent>

<version>1.1.26-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>5.1.13-SNAPSHOT</core_version>
<core_version>5.1.13</core_version>
<maven.test.skip>true</maven.test.skip>
</properties>

Expand Down

0 comments on commit 9b1911f

Please sign in to comment.