Skip to content

Commit

Permalink
3.1.62 Release
Browse files Browse the repository at this point in the history
* Update to 1.0.67-SNAPSHOT for next release

* updates for sept release

updated to latest mdht models

* Update MDHT plugins to 3.0.0.202209230500 to sync with models

* Update from 1.0.67-SNAPSHOT to 1.0.67 for 3.1.62 SITE Release

Co-authored-by: Dan Brown <[email protected]>
Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
3 people authored Sep 30, 2022
1 parent d4a1bd7 commit 72d8007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.sitenv</groupId>
<artifactId>referenceccdavalidator</artifactId>
<version>1.0.66</version>
<version>1.0.67</version>
<packaging>war</packaging>
<name>Reference CCDA Validator</name>

Expand All @@ -16,11 +16,11 @@
<content.validator.version>latestVersion</content.validator.version>
<!-- MDHT SITE properties -->
<mdht.models.groupid>mdht.openhealthtools.mdht.cda</mdht.models.groupid>
<mdht.models.version>3.0.0.20220825</mdht.models.version>
<mdht.models.version>3.0.0.20220923</mdht.models.version>
<ds4pcontent.groupId>mdht.hl7.ds4p</ds4pcontent.groupId>
<ds4pcontent.version>${mdht.models.version}</ds4pcontent.version>
<mdht.plugins.groupId>mdht.eclipse.mdht</mdht.plugins.groupId>
<mdht.plugins.version>3.0.0.202208250500</mdht.plugins.version>
<mdht.plugins.version>3.0.0.202209230500</mdht.plugins.version>
<logback.version>1.2.11</logback.version>
<!-- MDHT SNAPSHOT properties: Uncomment for local test -->
<!--
Expand Down Expand Up @@ -84,7 +84,7 @@
<version>${mdht.plugins.version}</version>
</dependency>
<dependency>
<groupId>mdht.eclipse.mdht</groupId>
<groupId>${mdht.plugins.groupId}</groupId>
<artifactId>org.eclipse.mdht.uml.hl7.vocab</artifactId>
<version>${mdht.plugins.version}</version>
</dependency>
Expand Down

0 comments on commit 72d8007

Please sign in to comment.