Skip to content

Commit

Permalink
Bumped BootsFaces to 1.1.2-SNAPSHOT in gradle.build
Browse files Browse the repository at this point in the history
  • Loading branch information
jepsar committed May 23, 2017
1 parent 0905079 commit 0447f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 ->
Expand All @@ -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\
<b:row>
<b:jumbotron>
<img src="https://www.bootsfaces.net/img/bsf_logo.png"/>
<p>Welcome to the BootsFaces Showcase and Documentation</p>
<p><b:navLink value="BootsFaces License" outcome="license" iconAwesome="gavel"/></p>
<b:button iconAwesome="info" pt:data-target="#infomodal" pt:data-toggle="modal" onclick="return false;" size="xs" value="" styleClass="pull-right"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/applayout/navbarbottom.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
xmlns:b="http://bootsfaces.net/ui">

<b:navBar brand="&copy;2013-2017 TheCoder4Eu" brandHref="http://www.thecoder4.eu/" position="bottom" sticky="true">
<p class="navbar-text pull-right"><h:outputText value="BootsFaces v1.1.1-OSP on Mojarra 2.2.12, PrimeFaces 6.1, and OmniFaces 2.6.1" /></p>
<p class="navbar-text pull-right"><h:outputText value="BootsFaces v1.1.2-OSP on Mojarra 2.2.12, PrimeFaces 6.1, and OmniFaces 2.6.1" /></p>
</b:navBar>
</ui:fragment>

0 comments on commit 0447f6a

Please sign in to comment.