Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielecalda committed Jan 9, 2024
1 parent 9f1e488 commit 8254d82
Show file tree
Hide file tree
Showing 30 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>openk9</artifactId>
<groupId>io.openk9</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Api</name>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/api/tenant-manager-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.api</groupId>
<artifactId>api</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>OpenK9 :: Api :: Tenant Manager Api</name>
Expand Down
2 changes: 1 addition & 1 deletion core/app/datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>datasource</artifactId>
<name>OpenK9 :: App :: Datasource</name>
Expand Down
2 changes: 1 addition & 1 deletion core/app/entity-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>app</artifactId>
<groupId>io.openk9.app</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/app/file-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<name>OpenK9 :: App :: File Manager</name>
<artifactId>file-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/app/ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<name>OpenK9 :: App :: Ingestion</name>
<artifactId>ingestion</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/app/k8s-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions core/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>openk9</artifactId>
<groupId>io.openk9</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: App</name>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/app/resources-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<name>OpenK9 :: App :: Resources Validator</name>
<artifactId>resources-validator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/app/searcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>searcher</artifactId>
<name>OpenK9 :: App :: Searcher</name>
Expand Down
2 changes: 1 addition & 1 deletion core/app/tenant-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>tenant-manager</artifactId>
<name>OpenK9 :: App :: Tenant Manager</name>
Expand Down
2 changes: 1 addition & 1 deletion core/app/tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>app</artifactId>
<groupId>io.openk9.app</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/app/tika/tika-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tika</artifactId>
<groupId>io.openk9.app.tika</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/app/tika/tika-no-ocr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tika</artifactId>
<groupId>io.openk9.app.tika</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/app/tika/tika-ocr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tika</artifactId>
<groupId>io.openk9.app.tika</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions core/client/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>client</artifactId>
<groupId>io.openk9.client</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Client :: Common</name>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/client/common/tenant-manager-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.client.common</groupId>
<artifactId>common</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>OpenK9 :: Client :: Common :: Tenant Manager Bridge</name>
Expand Down
2 changes: 1 addition & 1 deletion core/client/grpc/file-manager-client-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.client.grpc</groupId>
<artifactId>grpc</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>OpenK9 :: Client :: Grpc :: File Manager Client Grpc</name>
Expand Down
2 changes: 1 addition & 1 deletion core/client/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>client</artifactId>
<groupId>io.openk9.client</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/client/grpc/searcher-client-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.client.grpc</groupId>
<artifactId>grpc</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>OpenK9 :: Client :: Grpc :: Searcher Client Grpc</name>
Expand Down
2 changes: 1 addition & 1 deletion core/client/grpc/tenant-manager-client-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.client.grpc</groupId>
<artifactId>grpc</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>OpenK9 :: Client :: Grpc :: Tenant Manager Client Grpc</name>
Expand Down
4 changes: 2 additions & 2 deletions core/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>openk9</artifactId>
<groupId>io.openk9</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Client</name>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/common/graphql-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>io.openk9.common</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/common/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>io.openk9.common</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>openk9</artifactId>
<groupId>io.openk9</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Common</name>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions core/common/resources-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<artifactId>common</artifactId>
<groupId>io.openk9.common</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Common :: Resources Common</name>
<artifactId>resources-common</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion core/common/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>io.openk9.common</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<groupId>io.openk9</groupId>
<artifactId>openk9</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>pom</packaging>

<name>OpenK9</name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<product.name>OpenK9 Powered by SMC Treviso SRL</product.name>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.target>17</maven.compiler.target>
<project.build.outputTimestamp>1697216953</project.build.outputTimestamp>
<project.build.outputTimestamp>1704790607</project.build.outputTimestamp>

<scm.connection>scm:git:https://github.com/smclab/openk9.git</scm.connection>
<scm.developerConnection>scm:git:https://github.com/smclab/openk9.git</scm.developerConnection>
Expand Down
2 changes: 1 addition & 1 deletion core/service/auth-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.service</groupId>
<artifactId>service</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<name>OpenK9 :: Service :: Auth Service</name>
<artifactId>auth-service</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions core/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>openk9</artifactId>
<groupId>io.openk9</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Service</name>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>

<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 8254d82

Please sign in to comment.