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 @@ -28,7 +28,7 @@ VERSION=1.4.0
2828# RELEASE-STATUS - SNAPSHOT , beta1, RC1 ...
2929# or don't remove the property but just leave it blank for a Final RELEASE :
3030# RELEASE-STATUS=
31- RELEASE-STATUS =SNAPSHOT
31+ RELEASE-STATUS =
3232bootstrap.version =3.3.7
3333
3434# Set global properties for this build
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >net.bootsfaces</groupId >
55 <artifactId >bootsfaces</artifactId >
6- <version >1.4.0-SNAPSHOT </version >
6+ <version >1.4.0</version >
77 <name >BootsFaces</name >
88 <description >TheCoder4EU</description >
99 <url >http://www.bootsfaces.net</url >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public final class C {
2828 * BootsFaces Library Constants
2929 */
3030 public static final String BSFVERSION ="1.4.0" ;
31- public static final String BSFRELEASE_STATUS ="SNAPSHOT " ; // SNAPSHOT or empty String (for a final RELEASE)
31+ 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" ;
3434
You can’t perform that action at this time.
0 commit comments