From 5138b974594160a221af1d81ec406872b3a252a5 Mon Sep 17 00:00:00 2001 From: Juergen Albert Date: Mon, 1 Jul 2024 16:22:18 +0200 Subject: [PATCH] bumped versions Signed-off-by: Juergen Albert --- cnf/ext/version.bnd | 2 +- .../resources/template/workspace.bnd | 2 +- .../src-gen/org/gecko/emf/osgi/constants/VersionConstant.java | 2 +- .../src/org/gecko/emf/osgi/components/config/package-info.java | 2 +- .../src/org/gecko/emf/osgi/constants/package-info.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cnf/ext/version.bnd b/cnf/ext/version.bnd index 693ecdf..93b9362 100644 --- a/cnf/ext/version.bnd +++ b/cnf/ext/version.bnd @@ -1 +1 @@ -base-version: 6.2.0 +base-version: 6.2.1 diff --git a/org.gecko.emf.osgi.bnd.library.workspace/resources/template/workspace.bnd b/org.gecko.emf.osgi.bnd.library.workspace/resources/template/workspace.bnd index 48d78ab..97c9b5d 100644 --- a/org.gecko.emf.osgi.bnd.library.workspace/resources/template/workspace.bnd +++ b/org.gecko.emf.osgi.bnd.library.workspace/resources/template/workspace.bnd @@ -4,6 +4,6 @@ snapshotUrl = "https://devel.data-in-motion.biz/nexus/repository/dim-snapshot/";\ index = "\${.}/geckoEMF.maven" ;\ readOnly = true;\ - name="GeckoEMF Dependencies - ${project-version}" + name="GeckoEMF Dependencies - ${Bundle-Version}" -require-bnd: "(version>=7.0.0)" \ No newline at end of file diff --git a/org.gecko.emf.osgi/src-gen/org/gecko/emf/osgi/constants/VersionConstant.java b/org.gecko.emf.osgi/src-gen/org/gecko/emf/osgi/constants/VersionConstant.java index 0d61e37..076ea29 100644 --- a/org.gecko.emf.osgi/src-gen/org/gecko/emf/osgi/constants/VersionConstant.java +++ b/org.gecko.emf.osgi/src-gen/org/gecko/emf/osgi/constants/VersionConstant.java @@ -20,6 +20,6 @@ */ public class VersionConstant { - public static final String GECKOPROJECTS_EMF_VERSION = "6.2.0"; //$NON-NLS-1$ + public static final String GECKOPROJECTS_EMF_VERSION = "6.2.1"; //$NON-NLS-1$ public static final String GECKOPROJECTS_EMF_MAJOR_VERSION = "6"; //$NON-NLS-1$ } diff --git a/org.gecko.emf.osgi/src/org/gecko/emf/osgi/components/config/package-info.java b/org.gecko.emf.osgi/src/org/gecko/emf/osgi/components/config/package-info.java index d6b6285..81a50df 100644 --- a/org.gecko.emf.osgi/src/org/gecko/emf/osgi/components/config/package-info.java +++ b/org.gecko.emf.osgi/src/org/gecko/emf/osgi/components/config/package-info.java @@ -11,5 +11,5 @@ * Contributors: * Data In Motion - initial API and implementation */ -@org.osgi.annotation.versioning.Version("6.0.5") +@org.osgi.annotation.versioning.Version("6.0.6") package org.gecko.emf.osgi.components.config; diff --git a/org.gecko.emf.osgi/src/org/gecko/emf/osgi/constants/package-info.java b/org.gecko.emf.osgi/src/org/gecko/emf/osgi/constants/package-info.java index 8153a75..dbeaf3c 100644 --- a/org.gecko.emf.osgi/src/org/gecko/emf/osgi/constants/package-info.java +++ b/org.gecko.emf.osgi/src/org/gecko/emf/osgi/constants/package-info.java @@ -16,5 +16,5 @@ * @author mark * @since 15.12.2023 */ -@org.osgi.annotation.versioning.Version("1.0.5") +@org.osgi.annotation.versioning.Version("1.0.6") package org.gecko.emf.osgi.constants; \ No newline at end of file