Skip to content

Commit

Permalink
Uplifted remrem-semantics version to 0.2.6 (#69)
Browse files Browse the repository at this point in the history
* Uplifted remrem-semantics version to 0.2.6

* Modified link types in ArtifactFinished.json and ArtifactUploaded.json
  • Loading branch information
Umadevi-Kapu authored and xvinosi-github committed Aug 14, 2017
1 parent 13cec1b commit f7b7f76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.2
- Uplifted remrem-semantics version to 0.2.6 to support links validation.

## 0.8.1
- Added copyright headers to the source code.
- Uplifted remrem-shared version to 0.3.3 to get the versions of generate and all loaded protocols.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subprojects {
targetCompatibility = 1.8

//Latest version for generate
version = "0.8.1"
version = "0.8.2"

repositories {
mavenCentral()
Expand All @@ -62,7 +62,7 @@ subprojects {
dependencies {
//Injectable Message Library and its Implementation
compile ('com.github.Ericsson:eiffel-remrem-shared:0.3.3')
compile ('com.github.Ericsson:eiffel-remrem-semantics:0.2.5')
compile ('com.github.Ericsson:eiffel-remrem-semantics:0.2.6')
compile ('com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.1')

//Authentication
Expand Down
4 changes: 2 additions & 2 deletions service/src/integration-test/resources/ActivityFinished.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"links": [
{
"type": "LinkTargetType",
"target": "LinkTarget"
"type": "ACTIVITY_EXECUTION",
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions service/src/integration-test/resources/ArtifactPublished.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"links": [
{
"type": "LinkTargetType",
"target": "LinkTarget"
"type": "ARTIFACT",
"target": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee1"
}
]
}
Expand Down

0 comments on commit f7b7f76

Please sign in to comment.