Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Albert <[email protected]>
  • Loading branch information
juergen-albert committed Jul 1, 2024
1 parent 88bb185 commit 5138b97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cnf/ext/version.bnd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
base-version: 6.2.0
base-version: 6.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Original file line number Diff line number Diff line change
Expand Up @@ -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$
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 5138b97

Please sign in to comment.