Skip to content

Commit

Permalink
Issue #10: Update Dependencies and change version number to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-wehnert authored and doip committed Feb 28, 2020
1 parent f2d7ea9 commit fbf0e2f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ https://github.com/doip/doip-custom-simulation.git

==============================================================================

Release Notes for Version: 1.1.3
Release Notes for Version: 1.1.4

NEW FEATURES
============
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ plugins {
id 'eclipse'
}

version = '1.1.3'
version = '1.1.4'

repositories {
jcenter()
maven { url 'https://jitpack.io' }
}

dependencies {
implementation 'com.github.doip:doip-simulation:1.3.2'
implementation 'com.github.doip:doip-library:1.1.4'
implementation 'com.github.doip:doip-simulation:1.3.3'
implementation 'com.github.doip:doip-library:1.1.5'
implementation 'com.github.doip:doip-logging:1.1.7'

testImplementation 'com.github.doip:doip-junit:1.0.10'
Expand Down
7 changes: 7 additions & 0 deletions src/main/dist/gateway.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ name = GW
# For DoIP it is always 13400
local.port = 13400

# Broadcast address to which the vehicle announcement message will be sent
broadcast.address = 255.25.255.255

# Enable broadcast at startup
broadcast.enable = true


# Defines the maximum number of bytes of a message which will be printed to log files
# If a message is longer it will be logged at the end with ...
# With this performance can be increased because logging very long messages takes time.
Expand Down

0 comments on commit fbf0e2f

Please sign in to comment.