Skip to content

Commit

Permalink
Updated remrem-shared version to 0.3.2 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
xdurvak authored Jun 9, 2017
1 parent 541e4dc commit 366dc20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.7
- Updated remrem-shared version to 0.3.2 to support base64 encryption functionality for Ldap manager password.

## 0.3.6
- Added validation for 503 status code to check routing key as null.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {
apply plugin: 'java'

//Latest version for publish
version = "0.3.6"
version = "0.3.7"

//Declare where to find the dependencies of project here
repositories {
Expand Down Expand Up @@ -95,7 +95,7 @@ subprojects {
compile 'org.apache.commons:commons-lang3:3.5'

//Injectable Message Library and its Implementation
compile 'com.github.Ericsson:eiffel-remrem-shared:0.3.1'
compile 'com.github.Ericsson:eiffel-remrem-shared:0.3.2'
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.3"){
Expand Down
3 changes: 2 additions & 1 deletion publish-common/src/main/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#Ldap authentication configurations
activedirectory.enabled: false
activedirectory.ldapUrl :
activedirectory.ldapPassword :
activedirectory.managerPassword :
activedirectory.managerDn:
activedirectory.rootDn:
activedirectory.userSearchFilter:

0 comments on commit 366dc20

Please sign in to comment.