From c842e45097bbc744dbbba108ea6209b3624d642e Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Wed, 1 Jun 2022 19:32:16 -0400 Subject: [PATCH] build: Update baseline to 6.3.0 Signed-off-by: BJ Hargrave --- cnf/build.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/build.bnd b/cnf/build.bnd index 31e02a27e7..a24379b9ef 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -20,7 +20,7 @@ Git-Descriptor: ${system-allow-fail;git describe --dirty --always --abbr Git-SHA: ${system-allow-fail;git rev-list -1 --no-abbrev-commit HEAD} # This is the version to baseline this build against. See cnf/ext/baseline.mvn. -baseline.version: 6.2.0 +baseline.version: 6.3.0 # biz.aQute.bndlib:aQute.bnd.osgi.About.CURRENT needs to be kept in sync with the base.version. base.version: 6.4.0 Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT