From 915b8b1824e47db9dc8b0b3e465fb6e3f87f8ff8 Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Fri, 2 Feb 2024 16:05:44 +0100 Subject: [PATCH] bump version to 0.6.2 --- 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 8bf93062..eaa991cd 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -17,7 +17,7 @@ io.github.knaw-huc annorepo - 0.6.1 + 0.6.2 diff --git a/client/readme.md b/client/readme.md index 1d2b51bf..fe27d176 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.6.1 + 0.6.2 ``` diff --git a/common/pom.xml b/common/pom.xml index c422164f..5c9be7f4 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,11 +7,11 @@ io.github.knaw-huc annorepo - 0.6.1 + 0.6.2 annorepo-common - 0.6.1 + 0.6.2 ${project.groupId}:${project.artifactId} Shared libraries/classes/methods for AnnoRepo diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 8c9e9c99..6858a2de 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -7,12 +7,12 @@ io.github.knaw-huc annorepo - 0.6.1 + 0.6.2 annorepo-integration-test ${project.groupId}:${project.artifactId} - 0.6.1 + 0.6.2 nl.knaw.huc.annorepo.integration.IntegrationTest diff --git a/pom.xml b/pom.xml index e9ccae67..204c4f7c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.github.knaw-huc annorepo - 0.6.1 + 0.6.2 pom AnnoRepo diff --git a/server/pom.xml b/server/pom.xml index d606f226..b9079683 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -14,7 +14,7 @@ io.github.knaw-huc annorepo - 0.6.1 + 0.6.2