We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380adca commit 993535dCopy full SHA for 993535d
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
2
apply plugin: 'war'
3
4
// BootsFaces Library Version to use in the Build
5
-ext.BootsFacesVersion = '1.5.0-SNAPSHOT'
+ext.BootsFacesVersion = '1.5.0'
6
7
sourceCompatibility = '1.8'
8
targetCompatibility = '1.8'
0 commit comments