Skip to content

Commit

Permalink
Upgrade Release version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed May 7, 2016
1 parent 56c73e5 commit 178c711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# rather than c:\dir1\dir2 to refer to paths -- Java thinks a single backslash
# is an escape character followed by a control character.
#########################################################################################################
VERSION=0.8.2
VERSION=0.8.5
bootstrap.version=3.3.6

# Set global properties for this build
Expand Down
2 changes: 1 addition & 1 deletion 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>bootsfaces</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.5-SNAPSHOT</version>
<name>BootsFaces</name>
<description>TheCoder4EU</description>
<url>http://www.bootsfaces.net</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class AddResourcesListener implements SystemEventListener {
CSS_RENDERER = "javax.faces.resource.Stylesheet";

static {
LOGGER.info("This application is running on BootsFaces 0.8.2 (developer preview).");
LOGGER.info("This application is running on BootsFaces 0.8.5 (developer preview).");
LOGGER.info("net.bootsfaces.listeners.AddResourcesListener ready for use.");
}

Expand Down

0 comments on commit 178c711

Please sign in to comment.