Skip to content

Commit

Permalink
Bumped Versions
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
  • Loading branch information
juergen-albert committed Feb 22, 2024
1 parent 84b0a80 commit e00d0bf
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ javac.target: 11

-baselinerepo: Baseline
-baseline: \
!module-info.class,\
*
org.gecko.*
6 changes: 3 additions & 3 deletions cnf/central.mvn
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ org.eclipse.jdt:org.eclipse.jdt.core:3.26.0
org.freemarker:freemarker:2.3.31
org.apiguardian:apiguardian-api:1.1.2

org.geckoprojects.bnd:org.gecko.bnd.dimc.library:1.4.4
org.geckoprojects.bnd:org.gecko.bnd.osgitest.library:1.4.4
org.geckoprojects.bnd:org.gecko.bnd.jacoco.library:1.4.4
org.geckoprojects.bnd:org.gecko.bnd.dimc.library:1.5.0
org.geckoprojects.bnd:org.gecko.bnd.osgitest.library:1.5.0
org.geckoprojects.bnd:org.gecko.bnd.jacoco.library:1.5.0
org.geckoprojects.utils:org.gecko.util.bnd.library.workspace:1.0.0

org.geckoprojects.emf:org.gecko.emf.osgi.bnd.library.workspace:6.1.1
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.emf.ecore.fragment/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Require-Bundle: org.eclipse.core.runtime

-workingset: qvt

Bundle-Version: 2.0.0.SNAPSHOT
Bundle-Version: 2.0.1.SNAPSHOT
2 changes: 1 addition & 1 deletion org.eclipse.ocl.fragment/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fragment-Host: org.eclipse.ocl

Import-Package: org.osgi.framework
Bundle-Version: 2.0.0.SNAPSHOT
Bundle-Version: 2.0.1.SNAPSHOT
Provide-Capability: emf.m2m.companion;emf.m2m.companion=ocl.fragment

-workingset: qvt
2 changes: 1 addition & 1 deletion org.gecko.emf.util.qvt.bnd.library.workspace.felix/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gecko-base:\
bnd.library = geckoUtilQVT; \
path = template
Bundle-Description: Gecko QVT Workspace Libarary
Bundle-Version: 2.0.0.SNAPSHOT
Bundle-Version: 2.1.0.SNAPSHOT

-workingset: qvt
2 changes: 1 addition & 1 deletion org.gecko.qvt.osgi/component.bnd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bundle-Version: 1.0.6.SNAPSHOT
Bundle-Version: 1.1.0.SNAPSHOT
Bundle-Copyright: Data In Motion Consulting
Bundle-License: Eclipse Public License v1.0
Bundle-Name: M2M QVT Component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@org.osgi.annotation.versioning.Version("1.0.0")
@org.osgi.annotation.versioning.Version("1.1.0")
package org.gecko.qvt.osgi.annotations;

0 comments on commit e00d0bf

Please sign in to comment.