From 271f2611409e55269c329c0ffec3a05d3987c88e Mon Sep 17 00:00:00 2001 From: thecoder4eu Date: Thu, 24 Aug 2017 23:13:34 +0200 Subject: [PATCH] Set release status for Release --- build.properties | 2 +- pom.xml | 2 +- src/main/java/net/bootsfaces/C.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index e42879482..90e6127cd 100644 --- a/build.properties +++ b/build.properties @@ -28,7 +28,7 @@ VERSION=1.1.3 # RELEASE-STATUS - SNAPSHOT , beta1, rc1 ... # or don't remove the property but just leave it blank for a Final RELEASE : # RELEASE-STATUS= -RELEASE-STATUS=SNAPSHOT +RELEASE-STATUS= bootstrap.version=3.3.7 # Set global properties for this build diff --git a/pom.xml b/pom.xml index 1ae27e6a8..a0834bff5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 net.bootsfaces bootsfaces - 1.1.3-SNAPSHOT + 1.1.3 BootsFaces TheCoder4EU http://www.bootsfaces.net diff --git a/src/main/java/net/bootsfaces/C.java b/src/main/java/net/bootsfaces/C.java index d1c75dbdf..50082532e 100644 --- a/src/main/java/net/bootsfaces/C.java +++ b/src/main/java/net/bootsfaces/C.java @@ -29,7 +29,7 @@ public final class C { * BootsFaces Library Constants */ public static final String BSFVERSION="1.1.3"; - public static final String BSFRELEASE_STATUS="SNAPSHOT"; //SNAPSHOT or empty String (for a final RELEASE) + public static final String BSFRELEASE_STATUS=""; //SNAPSHOT or empty String (for a final RELEASE) public static final String BSFCOMPONENT= "net.bootsfaces.component"; public static final String BSFLAYOUT = "net.bootsfaces.layout"; //public static final String BSFRENDER = "net.bootsfaces.render";