Skip to content

Commit 6acdd1d

Browse files
authored
Merge pull request #46 from reneleonhardt/update-java-8-to-11
chore(deps): Update OSGi bundle to JavaSE-11
2 parents 529330b + d4f2f97 commit 6acdd1d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ ubuntu-latest, macos-latest, windows-latest ]
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Set up JDK 1.8
13+
- name: Set up JDK 11
1414
uses: actions/setup-java@v1
1515
with:
1616
java-version: 11

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [x.y.z] - 2023-mm-dd
6+
7+
### Changed
8+
9+
- Changed Java Version to JDK 11
10+
- switched to ANTLR 4.10
11+
512
## [2.4.1] - 2022-12-01
613

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

361368
- Initial Release of LogicNG
362-

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<extensions>true</extensions>
222222
<configuration>
223223
<instructions>
224-
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
224+
<Bundle-RequiredExecutionEnvironment>JavaSE-11</Bundle-RequiredExecutionEnvironment>
225225
</instructions>
226226
</configuration>
227227
</plugin>

0 commit comments

Comments
 (0)