Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alarkvell committed Oct 27, 2023
1 parent 5b78cde commit 088a2f4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ee.ria.tara-admin</groupId>
<artifactId>tara-admin-parent</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<packaging>pom</packaging>
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions tara-admin-api-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>tara-admin-parent</artifactId>
<groupId>ee.ria.tara-admin</groupId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>tara-admin-api-schema</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>

<properties>
<openapi-generator-maven-plugin.version>7.0.1</openapi-generator-maven-plugin.version>
Expand Down
8 changes: 4 additions & 4 deletions tara-admin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>tara-admin-parent</artifactId>
<groupId>ee.ria.tara-admin</groupId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>tara-admin-api</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<packaging>war</packaging>

<properties>
Expand All @@ -26,8 +26,8 @@
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<logstash-logback-encoder.version>7.3</logstash-logback-encoder.version><!-- TODO Upgrade to >= 7.4 after Spring Boot is upgraded to 3.x which includes Logback >= 1.3 -->
<poi.version>5.2.4</poi.version>
<tara-admin-api-schema.version>1.6.1</tara-admin-api-schema.version>
<tara-admin-ui.version>1.6.1</tara-admin-ui.version>
<tara-admin-api-schema.version>1.6.2</tara-admin-api-schema.version>
<tara-admin-ui.version>1.6.2</tara-admin-ui.version>

<!-- Upgrade Liquibase to get newer bundled Apache Commons Text. TODO Remove when Spring Boot includes Liquibase >= 4.17.1 -->
<liquibase.version>4.17.1</liquibase.version>
Expand Down
4 changes: 2 additions & 2 deletions tara-admin-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tara-admin-parent</artifactId>
<groupId>ee.ria.tara-admin</groupId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<properties>
<tara-admin-api.version>1.6.1</tara-admin-api.version>
<tara-admin-api.version>1.6.2</tara-admin-api.version>
</properties>

<dependencies><!-- Ordered by scope, groupId, artifactId. -->
Expand Down
4 changes: 2 additions & 2 deletions tara-admin-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<parent>
<artifactId>tara-admin-parent</artifactId>
<groupId>ee.ria.tara-admin</groupId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>

<artifactId>tara-admin-ui</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<packaging>war</packaging>

<build>
Expand Down

0 comments on commit 088a2f4

Please sign in to comment.