Skip to content

Commit 271f261

Browse files
committed
Set release status for Release
1 parent e67e942 commit 271f261

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.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=
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.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>

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

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

0 commit comments

Comments
 (0)