From ab453087649236ba151be428af7f90602bc40937 Mon Sep 17 00:00:00 2001
From: Riccardo Massera <5765668+TheCoder4eu@users.noreply.github.com>
Date: Sun, 22 Sep 2024 16:43:09 +0200
Subject: [PATCH] Set status to Release for v.2.0.1 .
---
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 8e2958a4..d5a02f96 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=2.0.0
+VERSION=2.0.1
##VERSION=1.6.0
# RELEASE-STATUS - SNAPSHOT , beta1, RC1 ...
# or don't remove the property but just leave it blank for a Final RELEASE :
diff --git a/pom.xml b/pom.xml
index 097ac073..595e8c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
net.bootsfaces
bootsfaces
- 2.0.0
+ 2.0.1
BootsFaces
TheCoder4EU
https://www.bootsfaces.net
diff --git a/src/main/java/net/bootsfaces/C.java b/src/main/java/net/bootsfaces/C.java
index f15493ad..eb99eda3 100644
--- a/src/main/java/net/bootsfaces/C.java
+++ b/src/main/java/net/bootsfaces/C.java
@@ -27,7 +27,7 @@ public final class C {
/**
* BootsFaces Library Constants
*/
- public static final String BSFVERSION="2.0.0";
+ public static final String BSFVERSION="2.0.1";
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";