Skip to content

Commit

Permalink
chore(deps): Update OSGi bundle to JavaSE-11
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed Mar 21, 2023
1 parent 529330b commit d4f2f97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [x.y.z] - 2023-mm-dd

### Changed

- Changed Java Version to JDK 11
- switched to ANTLR 4.10

## [2.4.1] - 2022-12-01

### Changed
Expand Down Expand Up @@ -359,4 +366,3 @@ LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added

- Initial Release of LogicNG

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
<Bundle-RequiredExecutionEnvironment>JavaSE-11</Bundle-RequiredExecutionEnvironment>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit d4f2f97

Please sign in to comment.