From c8331953c96613569df31d76447d4d8fdce394e2 Mon Sep 17 00:00:00 2001 From: thecoder4eu Date: Wed, 28 Aug 2019 23:52:06 +0200 Subject: [PATCH] Set version to v1.4.2 for RELEASE. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dcc325c..2bb3766 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'java' apply plugin: 'war' // BootsFaces Library Version to use in the Build -ext.BootsFacesVersion = '1.4.2-SNAPSHOT' +ext.BootsFacesVersion = '1.4.2' sourceCompatibility = '1.8' targetCompatibility = '1.8'