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.1.3
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.1.3-SNAPSHOT </version >
6+ <version >1.1.3</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 @@ -29,7 +29,7 @@ public final class C {
2929 * BootsFaces Library Constants
3030 */
3131 public static final String BSFVERSION ="1.1.3" ;
32- public static final String BSFRELEASE_STATUS ="SNAPSHOT " ; //SNAPSHOT or empty String (for a final RELEASE)
32+ public static final String BSFRELEASE_STATUS ="" ; //SNAPSHOT or empty String (for a final RELEASE)
3333 public static final String BSFCOMPONENT = "net.bootsfaces.component" ;
3434 public static final String BSFLAYOUT = "net.bootsfaces.layout" ;
3535 //public static final String BSFRENDER = "net.bootsfaces.render";
You can’t perform that action at this time.
0 commit comments