Skip to content

Commit

Permalink
fixed Version
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 26, 2024
1 parent 7e626b8 commit 893c193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ 11, 15 ]
java: [ 17 ]
runner: [ 'xvfb-run --auto-servernum {0}' ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
geckoEMFUtil
# Needed because we enabled library 'gecko-dimc'
github-project: org.gecko.emf.persistence
base-version: 1.0.0.SNAPSHOT
base-version: 1.0.0

# Maven Central Group-Id
-groupid: org.geckoprojects.emf.persistence
Expand Down

0 comments on commit 893c193

Please sign in to comment.