diff --git a/build.gradle b/build.gradle index 4062bd1b..38aa5418 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ compile files("${System.properties['java.home']}/../lib/tools.jar") compile fileTree(dir: 'bsflib', include: '*.jar') //Required for messages/utils -compile "net.bootsfaces:bootsfaces:1.1.1" +compile "net.bootsfaces:bootsfaces:1.1.2-SNAPSHOT" } war.doFirst { @@ -52,7 +52,7 @@ war.doFirst { Date buildDate = new Date() String hostname= InetAddress.getLocalHost().getHostName() String currentJvm = org.gradle.internal.jvm.Jvm.current() - + String dependencies=""; try { // eachDependency { DependencyResolveDetails details -> @@ -67,13 +67,13 @@ war.doFirst { } catch (Exception e) { dependencies = "Couldn't resolve the dependencies: $e" } - + String currentOS = System.properties['os.name']+' '+System.properties['os.version']+' '+System.properties['os.arch'] String buildInfo = """\n\ - +

Welcome to the BootsFaces Showcase and Documentation

diff --git a/src/main/webapp/applayout/navbarbottom.xhtml b/src/main/webapp/applayout/navbarbottom.xhtml index 85050be4..c1a727dc 100644 --- a/src/main/webapp/applayout/navbarbottom.xhtml +++ b/src/main/webapp/applayout/navbarbottom.xhtml @@ -6,6 +6,6 @@ xmlns:b="http://bootsfaces.net/ui"> - +