Skip to content

Commit f7b7f76

Browse files
Umadevi-Kapuxvinosi-github
authored andcommitted
Uplifted remrem-semantics version to 0.2.6 (#69)
* Uplifted remrem-semantics version to 0.2.6 * Modified link types in ArtifactFinished.json and ArtifactUploaded.json
1 parent 13cec1b commit f7b7f76

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

service/src/integration-test/resources/ActivityFinished.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
"links": [
5151
{
52-
"type": "LinkTargetType",
53-
"target": "LinkTarget"
52+
"type": "ACTIVITY_EXECUTION",
53+
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1"
5454
}
5555
]
5656
}

service/src/integration-test/resources/ArtifactPublished.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"links": [
3737
{
38-
"type": "LinkTargetType",
39-
"target": "LinkTarget"
38+
"type": "ARTIFACT",
39+
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1"
4040
}
4141
]
4242
}

0 commit comments

Comments
 (0)