Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Apr 3, 2024
1 parent 761a817 commit 7c1fcac
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>io.github.knaw-huc</groupId>
<artifactId>annorepo</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion client/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your `pom.xml`
<dependency>
<groupId>io.github.knaw-huc</groupId>
<artifactId>annorepo-client</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.github.knaw-huc</groupId>
<artifactId>annorepo</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>

<artifactId>annorepo-common</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Shared libraries/classes/methods for AnnoRepo</description>
Expand Down
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.github.knaw-huc</groupId>
<artifactId>annorepo</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>

<artifactId>annorepo-integration-test</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>0.6.2</version>
<version>0.6.3</version>

<properties>
<mainClass>nl.knaw.huc.annorepo.integration.IntegrationTest</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.github.knaw-huc</groupId>
<artifactId>annorepo</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
<packaging>pom</packaging>

<name>AnnoRepo</name>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.github.knaw-huc</groupId>
<artifactId>annorepo</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>

<properties>
Expand Down

0 comments on commit 7c1fcac

Please sign in to comment.