Skip to content

Commit

Permalink
prepare release (#72)
Browse files Browse the repository at this point in the history
* enable useForwardedHeaders

* version bump
  • Loading branch information
azahnen authored Oct 27, 2021
1 parent 4f40657 commit 2fb1a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xtraplatform-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
versionSuffix = (project.hasProperty('branch') && project.getProperty('branch') != 'master' ? ('-' + project.getProperty('branch')) : '') + (project.findProperty('snapshot') == 'true' ? '-SNAPSHOT' : '')
}

version = '4.0.2' + versionSuffix
version = '4.1.0' + versionSuffix

dependencies {
bundle subprojects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ server:
applicationConnectors:
- type: http
port: '7080'
useForwardedHeaders: true
adminConnectors:
- type: http
port: '7081'
Expand Down

0 comments on commit 2fb1a58

Please sign in to comment.