Skip to content

Commit 993535d

Browse files
committed
Set Bootsfaces version to v1.5.0
1 parent 380adca commit 993535d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'war'
33

44
// BootsFaces Library Version to use in the Build
5-
ext.BootsFacesVersion = '1.5.0-SNAPSHOT'
5+
ext.BootsFacesVersion = '1.5.0'
66

77
sourceCompatibility = '1.8'
88
targetCompatibility = '1.8'

0 commit comments

Comments
 (0)