Skip to content

Commit 088e15d

Browse files
authored
Uplifted remrem-semantics version to 0.3.0 (#79)
* Uplifted remrem-semantics version to 0.3.0 * Modified change log
1 parent 413f47b commit 088e15d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.9
2+
- Uplifted remrem-protocol version to 0.0.5 and remrem-semantics version to 0.3.0
3+
14
## 0.8.8
25
- Uplifted remrem-semantics version to 0.2.9 to accept case insensitive eventType through query params.
36

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subprojects {
5353
targetCompatibility = 1.8
5454

5555
//Latest version for generate
56-
version = "0.8.8"
56+
version = "0.8.9"
5757

5858
repositories {
5959
mavenCentral()
@@ -64,8 +64,8 @@ subprojects {
6464
dependencies {
6565
//Injectable Message Library and its Implementation
6666
compile ('com.github.Ericsson:eiffel-remrem-shared:0.3.4')
67-
compile ('com.github.Ericsson:eiffel-remrem-semantics:0.2.9')
68-
compile ('com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.1')
67+
compile ('com.github.Ericsson:eiffel-remrem-semantics:0.3.0')
68+
compile ('com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.5')
6969

7070
//Authentication
7171
compile("org.springframework.boot:spring-boot-starter-security:$sprintBootVersion")

0 commit comments

Comments
 (0)