From 13f592108379bea1820843470a1539407c477b6e Mon Sep 17 00:00:00 2001 From: legoc Date: Fri, 14 Jun 2019 15:42:21 +0200 Subject: [PATCH] Version 3.2.4 SNAPSHOT --- ChangeLog | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7f75020..5e48a0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +3.2.4 //2019 +------ +* Re-added the client check of a property value in the AutoApplyState that had been removed in the previous version. + 3.2.3 07/06/2019 ------ * Removed checkValue in AutoApplyState.setValue. Otherwise setting an hexadecimal value is not possible because the value is verified as an expression by the server. diff --git a/pom.xml b/pom.xml index 607cd96..a6e1a88 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 fr.ill.ics nomadcommandsystem - 3.2.3 + 3.2.4-SNAPSHOT NomadCommandSystem Java bridge for the communication with the Nomad server -- GitLab