Skip to content

Commit

Permalink
Update code validator, MDHT, and artifactory repo
Browse files Browse the repository at this point in the history
  • Loading branch information
drbgfc committed Jun 25, 2018
1 parent d0d4f4b commit b948ce0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<code.validator.version>1.0.14-SNAPSHOT</code.validator.version>
<code.validator.version>1.0.14</code.validator.version>
<content.validator.version>1.0.19</content.validator.version>
<!-- MDHT properties -->
<mdht.models.version>3.0.8.20180531</mdht.models.version>
Expand All @@ -28,7 +28,7 @@
</snapshots>
<id>mdht-libs</id>
<name>libs-release</name>
<url>http://devsoap.sitenv.org:8081/artifactory/libs-release</url>
<url>http://devsoap.sitenv.org:8081/artifactory/libs-release-local</url>
</repository>
<repository>
<snapshots>
Expand All @@ -46,7 +46,8 @@
<dependency>
<groupId>org.openhealthtools.mdht.cda</groupId>
<artifactId>org.openhealthtools.mdht.uml.cda.consol2</artifactId>
<version>${mdht.models.version}</version>
<version>3.0.9.20180622</version>
<!--<version>${mdht.models.version}</version>-->
</dependency>
<dependency>
<groupId>org.openhealthtools.mdht.cda</groupId>
Expand Down

0 comments on commit b948ce0

Please sign in to comment.