Skip to content

Commit

Permalink
Merge pull request #239 from MeasureAuthoringTool/MAT-7501_qiCore6.0.0
Browse files Browse the repository at this point in the history
Mat 7501 qi core6.0.0
  • Loading branch information
sb-cecilialiu authored Aug 14, 2024
2 parents 283f0cb + 90f146e commit ac83956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gov.cms.madie</groupId>
<artifactId>madie-java-models</artifactId>
<version>0.6.57-SNAPSHOT</version>
<version>0.6.58-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gov/cms/madie/models/measure/Measure.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
visible = true)
@JsonSubTypes({
@Type(value = FhirMeasure.class, name = "QI-Core v4.1.1"),
@Type(value = FhirMeasure.class, name = "QI-Core v6.0.0"),
@Type(value = QdmMeasure.class, name = "QDM v5.6")
})
@ValidLibraryName
Expand Down

0 comments on commit ac83956

Please sign in to comment.