diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4151d186..fcf28eb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: maven:latest +image: shinyay/docker-mvn-jdk8:3.5.0 variables: # This will supress any download for dependencies and plugins or upload messages which would clutter the console log. diff --git a/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/jmeter/DeviceTypeManagementJMeterTestCase.java b/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/jmeter/DeviceTypeManagementJMeterTestCase.java index a871e1d2..c342e319 100644 --- a/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/jmeter/DeviceTypeManagementJMeterTestCase.java +++ b/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/jmeter/DeviceTypeManagementJMeterTestCase.java @@ -89,7 +89,7 @@ public class DeviceTypeManagementJMeterTestCase extends TestBase { // Allow some time for message delivery Thread.sleep(10000); ArrayList mqttMessages = mqttDeviceSubscriberClient.getMqttMessages(); - Assert.assertEquals("listener did not recieve mqtt messages ", 0, mqttMessages.size()); + Assert.assertEquals("listener did not recieve mqtt messages ", 1, mqttMessages.size()); String topicPub = automationContext.getContextTenant().getDomain() + "/"+deviceType+"/"+deviceId+"/events"; int qos = 2; diff --git a/pom.xml b/pom.xml index 003f9a0e..b75c608f 100644 --- a/pom.xml +++ b/pom.xml @@ -1640,7 +1640,7 @@ 1.0.1 - 1.5.0-SNAPSHOT + 1.5.0 1.5.1 @@ -1903,13 +1903,9 @@ - - maven-snapshots - http://nexus.entgra.io/repository/maven-snapshots/ - - maven-release - http://nexus.entgra.io/repository/maven-releases/ + maven-public + http://nexus.entgra.io/repository/maven-public/