From 2524fab493688d19ac32bc21f0b09a58d1210330 Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Fri, 23 Jun 2023 14:36:39 +0200 Subject: [PATCH] bump version to 0.5.0-beta-3 --- client/pom.xml | 2 +- client/readme.md | 2 +- common/pom.xml | 4 ++-- integration-test/pom.xml | 4 ++-- pom.xml | 2 +- server/pom.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index abfaa4b3..1c2203fc 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -17,7 +17,7 @@ io.github.knaw-huc annorepo - 0.5.0-beta-2 + 0.5.0-beta-3 diff --git a/client/readme.md b/client/readme.md index a1049864..eba97046 100644 --- a/client/readme.md +++ b/client/readme.md @@ -14,7 +14,7 @@ Add the following to your `pom.xml` io.github.knaw-huc annorepo-client - 0.5.0-beta-2 + 0.5.0-beta-3 ``` diff --git a/common/pom.xml b/common/pom.xml index e08fedb4..55958e08 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,11 +7,11 @@ io.github.knaw-huc annorepo - 0.5.0-beta-2 + 0.5.0-beta-3 annorepo-common - 0.5.0-beta-2 + 0.5.0-beta-3 ${project.groupId}:${project.artifactId} Shared libraries/classes/methods for AnnoRepo diff --git a/integration-test/pom.xml b/integration-test/pom.xml index b91a2e0e..ac17557f 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -7,12 +7,12 @@ io.github.knaw-huc annorepo - 0.5.0-beta-2 + 0.5.0-beta-3 annorepo-integration-test ${project.groupId}:${project.artifactId} - 0.5.0-beta-2 + 0.5.0-beta-3 nl.knaw.huc.annorepo.integration.IntegrationTest diff --git a/pom.xml b/pom.xml index f0fa1b1d..8d208989 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.github.knaw-huc annorepo - 0.5.0-beta-2 + 0.5.0-beta-3 pom AnnoRepo diff --git a/server/pom.xml b/server/pom.xml index 98dba9ea..3c77f2c8 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -14,7 +14,7 @@ io.github.knaw-huc annorepo - 0.5.0-beta-2 + 0.5.0-beta-3