Skip to content

Commit

Permalink
preparations for release 2.4.3 + removed mattermost workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SHildebrandt committed Jan 29, 2024
1 parent c7459d1 commit d7742af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/mattermost.yml

This file was deleted.

7 changes: 7 additions & 0 deletions 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).

## [2.4.3] - 2024-01-29

### Changed

- Updated ANTLR to version 4.13.1


## [2.4.2] - 2023-03-22

### Changed
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.logicng</groupId>
<artifactId>logicng-j11</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
<packaging>bundle</packaging>

<name>LogicNG</name>
Expand Down Expand Up @@ -76,20 +76,20 @@

<!-- Dependency Versions -->
<version.antlr>4.13.1</version.antlr>
<version.junit>5.9.2</version.junit>
<version.assertj>3.24.2</version.assertj>
<version.junit>5.10.1</version.junit>
<version.assertj>3.25.2</version.assertj>
<version.mockito>5.2.0</version.mockito>

<!-- Plugin Versions -->
<version.antlr-plugin>4.13.1</version.antlr-plugin>
<version.jacoco>0.8.8</version.jacoco>
<version.jacoco>0.8.11</version.jacoco>
<version.coveralls>4.3.0</version.coveralls>
<version.surefire>3.0.0-M9</version.surefire>
<version.surefire>3.2.5</version.surefire>
<version.nexus-staging>1.6.13</version.nexus-staging>
<version.maven-gpg>1.6</version.maven-gpg>
<version.osgi-plugin>5.1.8</version.osgi-plugin>
<version.maven-source>3.2.1</version.maven-source>
<version.maven-javadoc>3.5.0</version.maven-javadoc>
<version.osgi-plugin>5.1.9</version.osgi-plugin>
<version.maven-source>3.3.0</version.maven-source>
<version.maven-javadoc>3.6.3</version.maven-javadoc>
<version.maven-jar>3.3.0</version.maven-jar>
</properties>

Expand Down

0 comments on commit d7742af

Please sign in to comment.