Skip to content

Commit b3b1653

Browse files
committed
Final 2.5.1
1 parent 222cb7d commit b3b1653

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [2.5.1] - 2024-07-31
6+
7+
### Changed
8+
- Version update with main LogicNG
9+
10+
511
## [2.5.0] - 2024-05-02
612

713
### Initial Release of this library

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<modelVersion>4.0.0</modelVersion>
2727
<groupId>org.logicng</groupId>
2828
<artifactId>logicng-parser-j8</artifactId>
29-
<version>2.5.0</version>
29+
<version>2.5.1</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>LogicNG ANTLR Parser</name>
@@ -36,7 +36,7 @@
3636
<licenses>
3737
<license>
3838
<name>The Apache License, Version 2.0</name>
39-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
39+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4040
</license>
4141
</licenses>
4242

0 commit comments

Comments
 (0)