Skip to content

Commit

Permalink
prep for 1.0.24-LEGACY
Browse files Browse the repository at this point in the history
  • Loading branch information
ncrouzier-nist committed Mar 8, 2023
1 parent 0e0934f commit a89c2a3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</modules>

<properties>
<hitcore.version>1.0.29-LEGACY-SNAPSHOT</hitcore.version>
<hitcore.version>1.0.29-LEGACY</hitcore.version>
<additionalparam>-Xdoclint:none</additionalparam>
<java.version>1.8</java.version>
<resourcesValidation.version>1.0.1</resourcesValidation.version>
<hl7v2Validation.version>1.5.5-lts.2.11</hl7v2Validation.version>
<unifiedreport.version>1.0.10-SNAPSHOT</unifiedreport.version>
<unifiedreport.version>1.0.10-LEGACY</unifiedreport.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -55,7 +55,9 @@
<artifactId>hl7-v2-validation</artifactId>
<version>${hl7v2Validation.version}</version>
</dependency>
<dependency>


<dependency>
<groupId>gov.nist.healthcare.hl7.v2.unifiedreport</groupId>
<artifactId>validation-proxy</artifactId>
<version>${unifiedreport.version}</version>
Expand All @@ -64,7 +66,7 @@
<groupId>gov.nist.healthcare.hl7.v2.unifiedreport</groupId>
<artifactId>report-filter</artifactId>
<version>${unifiedreport.version}</version>
</dependency>
</dependency>

<dependency>
<groupId>gov.nist.healthcare.resources</groupId>
Expand Down

0 comments on commit a89c2a3

Please sign in to comment.