Skip to content

Commit

Permalink
Merge branch 'release/0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Apr 11, 2017
2 parents b8a8ddf + eb78102 commit 9a0e43c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'propdeps'

group = 'micheljung'
version = '0.4.1'
version = '0.4.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ faf-api:
replaceExisting: true
registration:
activation-url-format: ${ACTIVATION_URL_FORMAT}
mail:
mandrill-api-key: ${MANDRILL_API_KEY}

spring:
datasource:
Expand Down

0 comments on commit 9a0e43c

Please sign in to comment.