diff --git a/api/pom.xml b/api/pom.xml
index e8f1f87..0fe92cb 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -3,7 +3,7 @@
org.openmrs.module
queue
- 2.2.2-SNAPSHOT
+ 2.3.0-SNAPSHOT
queue-api
diff --git a/api/src/main/java/org/openmrs/module/queue/api/search/QueueEntrySearchCriteria.java b/api/src/main/java/org/openmrs/module/queue/api/search/QueueEntrySearchCriteria.java
index db30fb1..b2ae983 100644
--- a/api/src/main/java/org/openmrs/module/queue/api/search/QueueEntrySearchCriteria.java
+++ b/api/src/main/java/org/openmrs/module/queue/api/search/QueueEntrySearchCriteria.java
@@ -61,7 +61,7 @@ public class QueueEntrySearchCriteria implements Serializable {
private Date startedOnOrBefore;
- private Boolean isEnded = Boolean.FALSE;
+ private Boolean isEnded = null;
private Date endedOnOrAfter;
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 3a2590e..0ae5d13 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -3,7 +3,7 @@
org.openmrs.module
queue
- 2.2.2-SNAPSHOT
+ 2.3.0-SNAPSHOT
queue-integration-tests
diff --git a/integration-tests/src/test/java/org/openmrs/module/queue/api/dao/QueueEntryDaoTest.java b/integration-tests/src/test/java/org/openmrs/module/queue/api/dao/QueueEntryDaoTest.java
index bbbdbb9..8cd03f0 100644
--- a/integration-tests/src/test/java/org/openmrs/module/queue/api/dao/QueueEntryDaoTest.java
+++ b/integration-tests/src/test/java/org/openmrs/module/queue/api/dao/QueueEntryDaoTest.java
@@ -80,7 +80,6 @@ public class QueueEntryDaoTest extends BaseModuleContextSensitiveTest {
public void setup() {
QUEUE_INITIAL_DATASET_XML.forEach(this::executeDataSet);
criteria = new QueueEntrySearchCriteria();
- criteria.setIsEnded(null);
}
@Test
diff --git a/omod/pom.xml b/omod/pom.xml
index cdbf3d9..c7edb7c 100644
--- a/omod/pom.xml
+++ b/omod/pom.xml
@@ -3,7 +3,7 @@
org.openmrs.module
queue
- 2.2.2-SNAPSHOT
+ 2.3.0-SNAPSHOT
queue-omod
diff --git a/pom.xml b/pom.xml
index 06efe02..7d6d528 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.openmrs.module
queue
- 2.2.2-SNAPSHOT
+ 2.3.0-SNAPSHOT
pom
Queue
Patient Queues