Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielecalda committed Nov 11, 2024
1 parent 72eb0df commit ba29221
Show file tree
Hide file tree
Showing 35 changed files with 43 additions and 43 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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Api</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -23,7 +23,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -20,12 +20,12 @@
<parent>
<artifactId>openk9</artifactId>
<groupId>io.openk9</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: App</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>io.openk9.app</groupId>
<artifactId>app</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Client :: Common</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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/app-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.openk9.client.grpc</groupId>
<artifactId>grpc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>app-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/client/grpc/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.openk9.client.grpc</groupId>
<artifactId>grpc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/client/grpc/datasource-client-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.openk9.client.grpc</groupId>
<artifactId>grpc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>datasource-client-grpc</artifactId>
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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -20,7 +20,7 @@
<parent>
<artifactId>client</artifactId>
<groupId>io.openk9.client</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>OpenK9 :: Client :: Grpc :: Tenant Manager Client Grpc</name>
Expand Down
2 changes: 1 addition & 1 deletion core/client/grpc/text-embedding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.openk9.client.grpc</groupId>
<artifactId>grpc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>text-embedding</artifactId>
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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Client</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>k8s-manifest</artifactId>
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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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 @@ -20,12 +20,12 @@
<parent>
<artifactId>openk9</artifactId>
<groupId>io.openk9</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Common</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Common :: Resources Common</name>
<artifactId>resources-common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>1714328526</project.build.outputTimestamp>
<project.build.outputTimestamp>1731312580</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>OpenK9 :: Service</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit ba29221

Please sign in to comment.