diff --git a/build.properties b/build.properties index 5b71d547..423a1182 100644 --- a/build.properties +++ b/build.properties @@ -28,7 +28,7 @@ VERSION=1.5.0 # 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.4.1 # Set global properties for this build diff --git a/pom.xml b/pom.xml index 6f509136..ac2fbf52 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>net.bootsfaces</groupId> <artifactId>bootsfaces</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <name>BootsFaces</name> <description>TheCoder4EU</description> <url>http://www.bootsfaces.net</url> diff --git a/src/main/java/net/bootsfaces/C.java b/src/main/java/net/bootsfaces/C.java index 5b5bacd3..bc15f53c 100644 --- a/src/main/java/net/bootsfaces/C.java +++ b/src/main/java/net/bootsfaces/C.java @@ -28,7 +28,7 @@ public final class C { * BootsFaces Library Constants */ public static final String BSFVERSION="1.5.0"; - 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";