Skip to content

Commit

Permalink
Set version to v1.1.1 for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed May 6, 2017
1 parent a92ee65 commit 45e0601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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-SNAPSHOT"
compile "net.bootsfaces:bootsfaces:1.1.1"
}

war.doFirst {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.bootsfaces</groupId>
<artifactId>BootsFacesWeb</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<name>BootsFacesWeb</name>
<packaging>war</packaging>
<description>Documentation page of BootsFaces</description>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
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.0-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.1-OSP on Mojarra 2.2.12, PrimeFaces 6.1, and OmniFaces 2.6.1" /></p>
</b:navBar>
</ui:fragment>

0 comments on commit 45e0601

Please sign in to comment.