File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/net/bootsfaces Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments