We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396c348 commit 617c11aCopy full SHA for 617c11a
build.gradle
@@ -23,7 +23,7 @@ plugins {
23
}
24
25
// BootsFaces Library Version to use in the Build
26
-ext.BootsFacesVersion = '2.0.0-SNAPSHOT'
+ext.BootsFacesVersion = '2.0.1'
27
28
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
29
java {
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>net.bootsfaces</groupId>
7
<artifactId>bsfexamples</artifactId>
8
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1</version>
9
<packaging>war</packaging>
10
11
<name>BootsFaces Examples bootable jar</name>
0 commit comments