Skip to content

Commit ab45308

Browse files
committed
Set status to Release for v.2.0.1 .
1 parent 7a88578 commit ab45308

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# rather than c:\dir1\dir2 to refer to paths -- Java thinks a single backslash
2525
# is an escape character followed by a control character.
2626
#########################################################################################################
27-
VERSION=2.0.0
27+
VERSION=2.0.1
2828
##VERSION=1.6.0
2929
# RELEASE-STATUS - SNAPSHOT , beta1, RC1 ...
3030
# or don't remove the property but just leave it blank for a Final RELEASE :

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.bootsfaces</groupId>
77
<artifactId>bootsfaces</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1</version>
99
<name>BootsFaces</name>
1010
<description>TheCoder4EU</description>
1111
<url>https://www.bootsfaces.net</url>

src/main/java/net/bootsfaces/C.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public final class C {
2727
/**
2828
* BootsFaces Library Constants
2929
*/
30-
public static final String BSFVERSION="2.0.0";
30+
public static final String BSFVERSION="2.0.1";
3131
public static final String BSFRELEASE_STATUS=""; // SNAPSHOT or empty String (for a final RELEASE)
3232
public static final String BSFCOMPONENT = "net.bootsfaces.component";
3333
public static final String BSFLAYOUT = "net.bootsfaces.layout";

0 commit comments

Comments
 (0)