We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6f57 commit d9186dfCopy full SHA for d9186df
.gitignore
@@ -21,4 +21,5 @@
21
download.xhtml
22
.DS_Store
23
.factorypath
24
-/src/main/webapp/META-INF/
+/src/main/webapp/META-INF/
25
+/.apt_generated/
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>net.bootsfaces</groupId>
5
<artifactId>BootsFacesWeb</artifactId>
6
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
7
<name>BootsFacesWeb</name>
8
<packaging>war</packaging>
9
<description>Documentation page of BootsFaces</description>
@@ -73,7 +73,7 @@
73
<dependency>
74
75
<artifactId>bootsfaces</artifactId>
76
77
</dependency>
78
79
<groupId>org.primefaces</groupId>
0 commit comments