From 4a21db3366ebf1a64013c9de0fbf350b78fe981e Mon Sep 17 00:00:00 2001 From: Mark Hoffmann Date: Tue, 8 Oct 2024 16:59:32 +0200 Subject: [PATCH] build for next snapshot - increased library version for jakarta - increased project version Signed-off-by: Mark Hoffmann --- cnf/build.bnd | 2 +- org.gecko.emf.util.annotations/bnd.bnd | 2 +- .../required.bndrun | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cnf/build.bnd b/cnf/build.bnd index b5449ff..f78335c 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -12,7 +12,7 @@ # Needed because we enabled library 'gecko-dimc' github-project: org.gecko.emf.util -base-version: 2.3.1 +base-version: 2.4.0 # Maven Central Group-Id -groupid: org.geckoprojects.emf.utils diff --git a/org.gecko.emf.util.annotations/bnd.bnd b/org.gecko.emf.util.annotations/bnd.bnd index e579dee..c4a1ab6 100644 --- a/org.gecko.emf.util.annotations/bnd.bnd +++ b/org.gecko.emf.util.annotations/bnd.bnd @@ -1,4 +1,4 @@ -Bundle-Version: 1.5.0.SNAPSHOT +Bundle-Version: 1.6.0.SNAPSHOT -buildpath: \ org.gecko.emf.bson;version=snapshot,\ diff --git a/org.gecko.emf.util.jakartars.bnd.library.workspace/required.bndrun b/org.gecko.emf.util.jakartars.bnd.library.workspace/required.bndrun index 9110f99..f2ebc49 100644 --- a/org.gecko.emf.util.jakartars.bnd.library.workspace/required.bndrun +++ b/org.gecko.emf.util.jakartars.bnd.library.workspace/required.bndrun @@ -65,7 +65,8 @@ org.eclipse.emf.ecore.xmi;version='[2.36.0,2.36.1)',\ org.osgi.service.cm;version='[1.6.1,1.6.2)',\ de.siegmar.fastcsv;version='[3.0.0,3.0.1)',\ - org.gecko.emf.osgi.component.minimal;version='[6.2.0,6.2.1)' + org.gecko.emf.osgi.component.minimal;version='[6.2.0,6.2.1)',\ + org.gecko.emf.osgi.api;version='[6.2.0,6.2.1)' -runrepos: \ Workspace,\ Central,\