From 2282f3f309413838b484d8bd22890cc0e3caeb5f Mon Sep 17 00:00:00 2001 From: tcskoab Date: Tue, 10 Oct 2017 19:42:58 +0530 Subject: [PATCH] Uplift remrem semantics to 0.2.7 and eiffelevents as camelcase (#82) --- build.gradle | 4 ++-- .../resources/EiffelActivityFinishedEvent.json | 2 +- .../src/integration-test/resources/MultipleValidEvents.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index a9c4af31..a89c3c01 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ subprojects { apply plugin: 'java' //Latest version for publish - version = "0.4.3" + version = "0.4.4" //Declare where to find the dependencies of project here repositories { @@ -112,7 +112,7 @@ subprojects { compile 'com.github.Ericsson:eiffel-remrem-shared:0.3.4' compile 'com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.1' //For publishing eiffel2.0 events - compile("com.github.Ericsson:eiffel-remrem-semantics:0.2.6"){ + compile("com.github.Ericsson:eiffel-remrem-semantics:0.2.7"){ exclude group: 'org.apache.commons' } diff --git a/publish-service/src/integration-test/resources/EiffelActivityFinishedEvent.json b/publish-service/src/integration-test/resources/EiffelActivityFinishedEvent.json index a8aab058..58beb154 100644 --- a/publish-service/src/integration-test/resources/EiffelActivityFinishedEvent.json +++ b/publish-service/src/integration-test/resources/EiffelActivityFinishedEvent.json @@ -19,7 +19,7 @@ "meta": { "domainId": "TCS", "id": "1afffd13-04ae-4638-97f1-aaeed78a28c7", - "type": "eiffelactivityfinished", + "type": "EiffelActivityFinishedEvent", "version": "0.1.8", "time": 1481628758807, "tags": ["tag1", "tag2"], diff --git a/publish-service/src/integration-test/resources/MultipleValidEvents.json b/publish-service/src/integration-test/resources/MultipleValidEvents.json index a63d9070..37a30d12 100644 --- a/publish-service/src/integration-test/resources/MultipleValidEvents.json +++ b/publish-service/src/integration-test/resources/MultipleValidEvents.json @@ -19,7 +19,7 @@ "meta": { "domainId": "example.domain", "id": "9cdd0f68-df85-44b0-88bd-fc4163ac90a1", - "type": "eiffelactivityfinished", + "type": "EiffelActivityFinishedEvent", "version": "0.1.7", "time": 1478780245184, "tags": ["tag1", "tag2"], @@ -55,7 +55,7 @@ "meta": { "domainId": "example.domain", "id": "9cdd0f68-df85-44b0-88bd-fc4163ac90a2", - "type": "eiffelactivityfinished", + "type": "EiffelActivityFinishedEvent", "version": "0.1.7", "time": 1478780245184, "tags": ["tag1", "tag2"], @@ -91,7 +91,7 @@ "meta": { "domainId": "example.domain", "id": "9cdd0f68-df85-44b0-88bd-fc4163ac90a3", - "type": "eiffelactivityfinished", + "type": "EiffelActivityFinishedEvent", "version": "0.1.7", "time": 1478780245184, "tags": ["tag1", "tag2"],