File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
service/src/integration-test/resources Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.8.2
2+ - Uplifted remrem-semantics version to 0.2.6 to support links validation.
3+
14## 0.8.1
25- Added copyright headers to the source code.
36- Uplifted remrem-shared version to 0.3.3 to get the versions of generate and all loaded protocols.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ subprojects {
5252 targetCompatibility = 1.8
5353
5454 // Latest version for generate
55- version = " 0.8.1 "
55+ version = " 0.8.2 "
5656
5757 repositories {
5858 mavenCentral()
@@ -62,7 +62,7 @@ subprojects {
6262 dependencies {
6363 // Injectable Message Library and its Implementation
6464 compile (' com.github.Ericsson:eiffel-remrem-shared:0.3.3' )
65- compile (' com.github.Ericsson:eiffel-remrem-semantics:0.2.5 ' )
65+ compile (' com.github.Ericsson:eiffel-remrem-semantics:0.2.6 ' )
6666 compile (' com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.1' )
6767
6868 // Authentication
Original file line number Diff line number Diff line change 4949 },
5050 "links" : [
5151 {
52- "type" : " LinkTargetType " ,
53- "target" : " LinkTarget "
52+ "type" : " ACTIVITY_EXECUTION " ,
53+ "target" : " aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1 "
5454 }
5555 ]
5656 }
Original file line number Diff line number Diff line change 3535 },
3636 "links" : [
3737 {
38- "type" : " LinkTargetType " ,
39- "target" : " LinkTarget "
38+ "type" : " ARTIFACT " ,
39+ "target" : " aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1 "
4040 }
4141 ]
4242 }
You can’t perform that action at this time.
0 commit comments