Skip to content

Commit 617c11a

Browse files
committed
Release v2.0.1
1 parent 396c348 commit 617c11a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
// BootsFaces Library Version to use in the Build
26-
ext.BootsFacesVersion = '2.0.0-SNAPSHOT'
26+
ext.BootsFacesVersion = '2.0.1'
2727

2828
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
2929
java {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.bootsfaces</groupId>
77
<artifactId>bsfexamples</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<packaging>war</packaging>
1010

1111
<name>BootsFaces Examples bootable jar</name>

0 commit comments

Comments
 (0)