From f42009b858ef6bf6ea548d5b6697a6edf28978f9 Mon Sep 17 00:00:00 2001 From: nbailliet <nbt@kereval.com> Date: Tue, 29 Oct 2019 09:56:33 +0100 Subject: [PATCH] EVSClient release note yaml header updated --- EVS-Client/release-note.md | 2 +- General/jboss7.md | 2 +- General/wildfly10.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EVS-Client/release-note.md b/EVS-Client/release-note.md index b0b958e..721487b 100644 --- a/EVS-Client/release-note.md +++ b/EVS-Client/release-note.md @@ -1,7 +1,7 @@ --- title: Release note subtitle: EVS Client -toolversion: 5.11.3 +toolversion: 5.12.0 date: 2016-10-11 author: Anne-Gaƫlle BERGE function: Software Engineer diff --git a/General/jboss7.md b/General/jboss7.md index 9e53b2f..d4a2d61 100644 --- a/General/jboss7.md +++ b/General/jboss7.md @@ -186,4 +186,4 @@ You will also need to modify the outbound socket configuration: <outbound-socket-binding name="mail-smtp"> <remote-destination host="HERE-YOUR-HOST" port="HERE-THE-PORT"/> </outbound-socket-binding -``` \ No newline at end of file +``` diff --git a/General/wildfly10.md b/General/wildfly10.md index e735c4a..4d39249 100644 --- a/General/wildfly10.md +++ b/General/wildfly10.md @@ -156,4 +156,4 @@ You may also need to add the driver to the standalone.xml file : **NOTE :** YOUR_TOOL_DATASOURCES can be found in TOOL-ds.xml file (/src/main/application/META-INF of your ear folder) or in the tool user manual. -Finally, restart your Wildfly to take into account your config. \ No newline at end of file +Finally, restart your Wildfly to take into account your config. -- GitLab