Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci-releases[bot] committed Dec 19, 2024
1 parent b50aafd commit 7213036
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/glassfish-car-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.llm.examples</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<artifactId>glassfish-car-booking</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/helidon-car-booking-portable-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.llm.examples</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<artifactId>helidon-car-booking-portable-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/helidon-car-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.llm.examples</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<artifactId>helidon-car-booking</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/liberty-car-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.llm.examples</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<artifactId>liberty-car-booking</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/quarkus-car-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>io.smallrye.llm.examples</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<artifactId>quarkus-car-booking</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>

<packaging>pom</packaging>
<name>SmallRye LLM: Parent</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-llm.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-llm.git</developerConnection>
<url>https://github.com/smallrye/smallrye-llm/</url>
<tag>HEAD</tag>
<tag>0.0.2</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-llm-langchain4j-buildcompatible-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-llm-langchain4j-config-mpconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-llm-langchain4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-llm-langchain4j-portable-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 7213036

Please sign in to comment.