From 0a3e4b537fff521e6a212c49106ce82adaa4d95f Mon Sep 17 00:00:00 2001 From: vive Date: Mon, 11 Jul 2016 16:19:29 +0530 Subject: [PATCH] Updated TSheetsConnectorIntegrationTest.java --- pom.xml | 3 ++- .../test/tsheets/TSheetsConnectorIntegrationTest.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 04a0556..ffb9112 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,8 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.wso2.carbon.connector org.wso2.carbon.connector.tsheets diff --git a/src/test/java/org/wso2/carbon/connector/integration/test/tsheets/TSheetsConnectorIntegrationTest.java b/src/test/java/org/wso2/carbon/connector/integration/test/tsheets/TSheetsConnectorIntegrationTest.java index 71e3544..b0cc14c 100644 --- a/src/test/java/org/wso2/carbon/connector/integration/test/tsheets/TSheetsConnectorIntegrationTest.java +++ b/src/test/java/org/wso2/carbon/connector/integration/test/tsheets/TSheetsConnectorIntegrationTest.java @@ -45,7 +45,7 @@ public class TSheetsConnectorIntegrationTest extends ConnectorIntegrationTestBas @BeforeClass(alwaysRun = true) public void setEnvironment() throws Exception { - init("tsheets-connector-1.0.1"); + init("tsheets-connector-1.0.2-SNAPSHOT"); esbRequestHeadersMap.put("Accept-Charset", "UTF-8"); esbRequestHeadersMap.put("Content-Type", "application/json");