Skip to content

Commit

Permalink
Fixed Build
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 Aug 31, 2023
1 parent faf33a3 commit 0050731
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ base-version: 2.0.3.SNAPSHOT
# Maven Central Group-Id
-groupid: org.geckoprojects.emf.utils

version:

# No simultanious release - We only release new version to Maven Central
releaseNotNeeded: ${findproviders;osgi.identity;(&(osgi.identity=${bsn})(version=${Bundle-Version}));REPOS}
releaseNotNeeded: ${findproviders;osgi.identity;(&(osgi.identity=${bsn})(version=${versionmask;===;${Bundle-Version}}));REPOS}

# If release not needed is empty, no Bundle has been found and for maven we do a release to the remote Repo. If not, we only do a release to the local .m2 Repo
-maven-release.local: ${if;${def;releaseNotNeeded};local;remote}
Expand Down Expand Up @@ -69,4 +71,4 @@ javac.target: 11
OSGI-OPT/*

-baselinerepo: Baseline
-baseline: *
-baseline: *

0 comments on commit 0050731

Please sign in to comment.