Skip to content

Commit

Permalink
Release version update 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Jan 5, 2024
1 parent 37f1303 commit 00955a9
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-java-extra-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-docs</artifactId>
<name>Quarkus Kiota - Documentation</name>
Expand Down
2 changes: 1 addition & 1 deletion libraries/http-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-libraries-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>kiota-http-jdk</artifactId>
<name>Kiota - Http - JDK</name>
Expand Down
2 changes: 1 addition & 1 deletion libraries/http-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-libraries-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>kiota-http-vertx</artifactId>
<name>Kiota - Http - Vert.X</name>
Expand Down
4 changes: 2 additions & 2 deletions libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-java-extra-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kiota-libraries-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>

<description>Alternative support libraries for Kiota</description>
Expand Down
2 changes: 1 addition & 1 deletion libraries/serialization-jackson/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-serialization-jackson-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>kiota-serialization-jackson</artifactId>
<name>Kiota - Serialization - Jackson</name>
Expand Down
4 changes: 2 additions & 2 deletions libraries/serialization-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-libraries-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kiota-serialization-jackson-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>

<description>Jackson serialization libraries for Kiota</description>
Expand Down
2 changes: 1 addition & 1 deletion libraries/serialization-jackson/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-serialization-jackson-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>kiota-serialization-jackson-quarkus</artifactId>
<name>Kiota - Serialization - Jackson - Quarkus</name>
Expand Down
2 changes: 1 addition & 1 deletion maven/plugin-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-maven-plugin-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<artifactId>kiota-maven-plugin-it</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-maven-plugin-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<artifactId>kiota-maven-plugin</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>maven-plugin</packaging>

<description>A Maven plugin to generate code with Kiota</description>
Expand Down
4 changes: 2 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-java-extra-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<artifactId>kiota-maven-plugin-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>

<description>A Maven plugin to generate code with Kiota</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.kiota</groupId>
<artifactId>kiota-java-extra-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>
<name>Kiota Java Extra</name>
<description>Utilities for Java SDKs using Kiota</description>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-quarkus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-deployment</artifactId>
<name>Quarkus Kiota - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/integration-tests/000/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>quarkus-kiota-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-integration-tests-000</artifactId>
<name>Quarkus Kiota - Integration Tests - 000</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/integration-tests/auth-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>quarkus-kiota-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-integration-tests-auth-vertx</artifactId>
<name>Quarkus Kiota - Integration Tests - Auth VertX</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/integration-tests/basic-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>quarkus-kiota-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-integration-tests-basic-jdk</artifactId>
<name>Quarkus Kiota - Integration Tests - Basic JDK</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/integration-tests/basic-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>quarkus-kiota-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-integration-tests-basic-vertx</artifactId>
<name>Quarkus Kiota - Integration Tests - Basic VertX</name>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-quarkus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-integration-tests-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/integration-tests/rename/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>quarkus-kiota-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota-integration-tests-rename</artifactId>
<name>Quarkus Kiota - Integration Tests - Rename</name>
Expand Down
4 changes: 2 additions & 2 deletions quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-java-extra-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>

<artifactId>kiota-quarkus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
<packaging>pom</packaging>

<description>A Quarkus Extension to generate code with Kiota</description>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.kiota</groupId>
<artifactId>kiota-quarkus-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.10</version>
</parent>
<artifactId>quarkus-kiota</artifactId>
<name>Quarkus Kiota - Runtime</name>
Expand Down

0 comments on commit 00955a9

Please sign in to comment.