Skip to content

Commit

Permalink
prep for 1.0.26.IZTOOLNIST
Browse files Browse the repository at this point in the history
  • Loading branch information
ncrouzier-nist committed Jun 22, 2023
1 parent 4e2d673 commit 5363c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions hit-core-hl7v2-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</dependency>



</dependencies>
<build>
<pluginManagement>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</modules>

<properties>
<hitcore.version>1.0.31.IZTOOLNIST-SNAPSHOT</hitcore.version>
<hitcore.version>1.0.31.IZTOOLNIST</hitcore.version>
<additionalparam>-Xdoclint:none</additionalparam>
<java.version>1.8</java.version>
<resourcesValidation.version>1.0.1</resourcesValidation.version>
Expand Down Expand Up @@ -166,12 +166,12 @@
<distributionManagement>
<repository>
<id>releases</id>
<url>https://hit-dev.nist.gov:9001/repository/releases</url>
<url>https://hit-nexus.nist.gov/repository/releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Internal Snapshots</name>
<url>https://hit-dev.nist.gov:9001/repository/snapshots</url>
<url>https://hit-nexus.nist.gov/repository/snapshots</url>
</snapshotRepository>
</distributionManagement>
<scm>
Expand Down

0 comments on commit 5363c26

Please sign in to comment.