Skip to content

Commit

Permalink
Release version update 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Jan 25, 2024
1 parent 26d929c commit 65f261e
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
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.14</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.14</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.14</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kiota-libraries-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.14</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.14</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.14</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kiota-serialization-jackson-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.14</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.14</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.14</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.14</version>
</parent>

<artifactId>kiota-maven-plugin</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.14</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.14</version>
</parent>

<artifactId>kiota-maven-plugin-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.14</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.14</version>
<packaging>pom</packaging>
<name>Kiota Java Extra</name>
<description>Utilities for Java SDKs using Kiota</description>
Expand Down

0 comments on commit 65f261e

Please sign in to comment.