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.5.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.4.1
3333
3434# Set global properties for this build
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >net.bootsfaces</groupId >
66 <artifactId >bootsfaces</artifactId >
7- <version >1.5.0-SNAPSHOT </version >
7+ <version >1.5.0</version >
88 <name >BootsFaces</name >
99 <description >TheCoder4EU</description >
1010 <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.5.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