Skip to content

Commit

Permalink
Set version to v1.1.2 for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Jul 16, 2017
1 parent 5be0ed0 commit 33be438
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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.2-SNAPSHOT"
compile "net.bootsfaces:bootsfaces:1.1.2"
}

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.2-SNAPSHOT</version>
<version>1.1.2</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.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
Expand Down
13 changes: 7 additions & 6 deletions src/main/webapp/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,24 @@
<h1>BootsFaces Showcase</h1>
<b:row>
<b:jumbotron>
<img src="http://www.bootsfaces.net/img/bsf_logo.png"/>
<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"/>
</b:jumbotron>
</b:row>
<b:modal id="infomodal" title="Application Build Informations">
<b:panel title="Build Informations" look="info">
Built on thecoder4eu-desktop Linux 4.2.0-27-generic amd64<br/>
by Gradle 2.10<br/>
Java Version 1.8.0_72 (Oracle Corporation 25.72-b15)<br/>
Built on thecoder4eu-desktop Linux 4.9.23-040923-generic amd64<br/>
by Gradle 3.5<br/>
Java Version 1.8.0_131 (Oracle Corporation 25.131-b11)<br/>
sourceCompatibility 1.7<br/>
targetCompatibility 1.7<br/>
Build Date Tue Feb 09 23:45:45 CET 2016<br/>
Build Date Fri May 05 09:11:43 CEST 2017<br/>
</b:panel>
<b:panel title="Libraries used in the demo" look="info">
hibernate-validator<br/>primefaces<br/>qrgen<br/>barcode4j-light<br/>core<br/>javase<br/>omnifaces<br/>components<br/>angularFaces-core<br/>jackson-jaxrs-json-provider<br/>cdi-api<br/>servlet-api<br/>jsf-api<br/>jsf-impl<br/>el-impl<br/>jboss-logging<br/>classmate<br/>xml-apis<br/>commons-logging<br/>commons-beanutils<br/>jackson-jaxrs-base<br/>jackson-core<br/>jackson-databind<br/>jackson-module-jaxb-annotations<br/>javax.el-api<br/>javax.interceptor-api<br/>javax.inject<br/>el-api<br/>jackson-annotations<br/>validation-api<br/>
hibernate-validator<br/>primefaces<br/>qrgen<br/>barcode4j-light<br/>core<br/>javase<br/>omnifaces<br/>highfaces<br/>bootsfaces<br/>cdi-api<br/>servlet-api<br/>jsf-api<br/>jsf-impl<br/>el-impl<br/>jboss-logging<br/>classmate<br/>xml-apis<br/>json<br/>javax.servlet-api<br/>javax.el-api<br/>javax.interceptor-api<br/>javax.inject<br/>el-api<br/>validation-api<br/>
</b:panel>
<f:facet name="footer">
<b:button value="close" dismiss="modal" onclick="return false;"/>
Expand Down

0 comments on commit 33be438

Please sign in to comment.