Skip to content

Commit

Permalink
Merge pull request #192 from MeasureAuthoringTool/MAT-6678/changedDat…
Browse files Browse the repository at this point in the history
…aTypeOfCmsId

Mat 6678/changed data type of cms
  • Loading branch information
sb-prateekkeerthi authored Feb 19, 2024
2 parents 52a7657 + 98a66ed commit 1af0c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.20-SNAPSHOT</version>
<version>0.6.21-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gov/cms/madie/models/measure/MeasureSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class MeasureSet {
@Id
private String id;

private int cmsId;
private Integer cmsId;

@NotBlank(
groups={Measure.ValidationOrder1.class},message="Measure Set Id is required")
Expand Down

0 comments on commit 1af0c93

Please sign in to comment.