Skip to content

Commit

Permalink
Set status to Release for v.2.0.1 .
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Sep 22, 2024
1 parent 7a88578 commit ab45308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# rather than c:\dir1\dir2 to refer to paths -- Java thinks a single backslash
# is an escape character followed by a control character.
#########################################################################################################
VERSION=2.0.0
VERSION=2.0.1
##VERSION=1.6.0
# RELEASE-STATUS - SNAPSHOT , beta1, RC1 ...
# or don't remove the property but just leave it blank for a Final RELEASE :
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>BootsFaces</name>
<description>TheCoder4EU</description>
<url>https://www.bootsfaces.net</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/bootsfaces/C.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class C {
/**
* BootsFaces Library Constants
*/
public static final String BSFVERSION="2.0.0";
public static final String BSFVERSION="2.0.1";
public static final String BSFRELEASE_STATUS=""; // SNAPSHOT or empty String (for a final RELEASE)
public static final String BSFCOMPONENT = "net.bootsfaces.component";
public static final String BSFLAYOUT = "net.bootsfaces.layout";
Expand Down

0 comments on commit ab45308

Please sign in to comment.