Skip to content

Commit

Permalink
MAT-7502: Update java-models for QI_Core_6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Aug 13, 2024
1 parent f8b1aa2 commit 7e21113
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.56-SNAPSHOT</version>
<version>0.6.57-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/common/ModelType.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@Getter
public enum ModelType {
QI_CORE("QI-Core v4.1.1", "qicore"),
QI_CORE_6_0_0("QI-Core v6.0.0", "qicore6"),
QDM_5_6("QDM v5.6", "qdm");

private String value;
Expand Down

0 comments on commit 7e21113

Please sign in to comment.