Skip to content

Commit

Permalink
increased version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Dec 20, 2016
1 parent 53e6f57 commit d9186df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
download.xhtml
.DS_Store
.factorypath
/src/main/webapp/META-INF/
/src/main/webapp/META-INF/
/.apt_generated/
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.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>BootsFacesWeb</name>
<packaging>war</packaging>
<description>Documentation page of BootsFaces</description>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
Expand Down

0 comments on commit d9186df

Please sign in to comment.