Skip to content

Commit

Permalink
fix slf4j dependency; set version to 2.4.1; fixes #57
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Oct 11, 2023
1 parent 21eebfe commit bdec993
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alexandria-markup-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.4</version>
<version>2.4.1</version>
</parent>
<artifactId>alexandria-markup-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion alexandria-markup-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.4</version>
<version>2.4.1</version>
</parent>
<artifactId>alexandria-markup-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion alexandria-markup-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.4</version>
<version>2.4.1</version>
</parent>
<artifactId>alexandria-markup-server</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.knaw.huygens.alexandria</groupId>
<artifactId>alexandria</artifactId>
<version>2.4</version>
<version>2.4.1</version>
<inceptionYear>2015</inceptionYear>
<packaging>pom</packaging>
<modules>
Expand Down Expand Up @@ -57,7 +57,7 @@
<maven-shade.version>3.1.0</maven-shade.version>
<maven-surefire.version>3.0.0-M5</maven-surefire.version>
<mockito.version>2.28.2</mockito.version>
<slf4j-api.version>1.8.0-beta2</slf4j-api.version><!-- Should be same version as used by dropwizard -->
<slf4j-api.version>2.0.0</slf4j-api.version><!-- Should be same version as used by dropwizard -->
<wagon-ssh.version>3.3.3</wagon-ssh.version>
</properties>

Expand Down

0 comments on commit bdec993

Please sign in to comment.