Skip to content

Commit c9fe061

Browse files
committed
Set Release status for Final release of v1.4.0
1 parent e4bb96f commit c9fe061

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=
3232
bootstrap.version=3.3.7
3333

3434
# Set global properties for this build

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

src/main/java/net/bootsfaces/C.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)