From 612f80a4b4bc6c120c6e3b995a4ec7800f6dee0c Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Wed, 22 Jan 2020 10:19:42 -0500 Subject: [PATCH] build: Make 5.0.0.REL build Signed-off-by: BJ Hargrave --- cnf/build.bnd | 2 +- maven/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cnf/build.bnd b/cnf/build.bnd index 470e613e3e..6675edac5b 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -23,7 +23,7 @@ baseline.version: 4.3.1 # biz.aQute.bndlib:aQute.bnd.osgi.About.CURRENT needs to be kept in sync with the base.version. base.version: 5.0.0 # Uncomment the following line to build the non-snapshot version. -#-snapshot: +-snapshot: Bundle-Version: ${base.version}.${tstamp}-SNAPSHOT # Maven info. The maven artifactId defaults to Bundle-SymbolicName diff --git a/maven/pom.xml b/maven/pom.xml index ff1150e06c..c360d47daf 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -12,7 +12,7 @@ ${revision} - 5.0.0-SNAPSHOT + 5.0.0 UTF-8 3.1.1 0.9.0.M2