File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
os : [ ubuntu-latest, macos-latest, windows-latest ]
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - name : Set up JDK 1.8
13
+ - name : Set up JDK 11
14
14
uses : actions/setup-java@v1
15
15
with :
16
16
java-version : 11
Original file line number Diff line number Diff line change 2
2
3
3
LogicNG uses [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
4
4
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
+
5
12
## [ 2.4.1] - 2022-12-01
6
13
7
14
### Changed
@@ -359,4 +366,3 @@ LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
359
366
### Added
360
367
361
368
- Initial Release of LogicNG
362
-
Original file line number Diff line number Diff line change 221
221
<extensions >true</extensions >
222
222
<configuration >
223
223
<instructions >
224
- <Bundle-RequiredExecutionEnvironment >JavaSE-1.8 </Bundle-RequiredExecutionEnvironment >
224
+ <Bundle-RequiredExecutionEnvironment >JavaSE-11 </Bundle-RequiredExecutionEnvironment >
225
225
</instructions >
226
226
</configuration >
227
227
</plugin >
You can’t perform that action at this time.
0 commit comments