There was an error while loading. Please reload this page.
2 parents 36dcc5e + 3d24e64 commit 181a682Copy full SHA for 181a682
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>gov.cms.madie</groupId>
8
<artifactId>madie-java-models</artifactId>
9
- <version>0.10.11-SNAPSHOT</version>
+ <version>0.10.12</version>
10
<name>madie-java-models</name>
11
<description>Java based models for MADiE microservices</description>
12
<properties>
src/main/java/gov/cms/madie/models/common/ReviewStatus.java
@@ -2,5 +2,7 @@
2
3
public enum ReviewStatus {
4
READY_FOR_REVIEW,
5
+ IN_PROGRESS,
+ COMPLETE,
NOT_READY_FOR_REVIEW
}
0 commit comments