From e5dc48a18ed4d57961defc797a77c9bd9e98031c Mon Sep 17 00:00:00 2001 From: thecoder4eu <thecoder4eu@gmail.com> Date: Sun, 16 Jul 2017 21:34: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 e20ee30f7..d9f5b1bec 100644 --- a/build.properties +++ b/build.properties @@ -24,7 +24,7 @@ # rather than c:\dir1\dir2 to refer to paths -- Java thinks a single backslash # is an escape character followed by a control character. ######################################################################################################### -VERSION=1.1.2-SNAPSHOT +VERSION=1.1.2 # RELEASE-STATUS - SNAPSHOT , beta1, rc1 ... # or don't remove the property but just leave it blank for a Final RELEASE : # RELEASE-STATUS= diff --git a/pom.xml b/pom.xml index 1fcaacbbf..f04c88182 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>net.bootsfaces</groupId> <artifactId>bootsfaces</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</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 bef4485a1..61400ae7b 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.1.2-SNAPSHOT"; + public static final String BSFVERSION="1.1.2"; 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";