Skip to content

Commit 45e0601

Browse files
committed
Set version to v1.1.1 for Release
1 parent a92ee65 commit 45e0601

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ compile files("${System.properties['java.home']}/../lib/tools.jar")
3939

4040
compile fileTree(dir: 'bsflib', include: '*.jar') //Required for messages/utils
4141

42-
compile "net.bootsfaces:bootsfaces:1.1.1-SNAPSHOT"
42+
compile "net.bootsfaces:bootsfaces:1.1.1"
4343
}
4444

4545
war.doFirst {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.bootsfaces</groupId>
55
<artifactId>BootsFacesWeb</artifactId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.1.1</version>
77
<name>BootsFacesWeb</name>
88
<packaging>war</packaging>
99
<description>Documentation page of BootsFaces</description>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>net.bootsfaces</groupId>
7777
<artifactId>bootsfaces</artifactId>
78-
<version>1.1.1-SNAPSHOT</version>
78+
<version>1.1.1</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.primefaces</groupId>

src/main/webapp/applayout/navbarbottom.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
xmlns:b="http://bootsfaces.net/ui">
77

88
<b:navBar brand="&copy;2013-2017 TheCoder4Eu" brandHref="http://www.thecoder4.eu/" position="bottom" sticky="true">
9-
<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>
9+
<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>
1010
</b:navBar>
1111
</ui:fragment>

0 commit comments

Comments
 (0)