Skip to content

Commit

Permalink
Uplift remrem semantics to 0.2.7 and eiffelevents as camelcase (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcskoab authored Oct 10, 2017
1 parent 2a4b111 commit 2282f3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit 2282f3f

Please sign in to comment.