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
smallrye-ci-releases[bot] committed Oct 14, 2024
1 parent ddb0e55 commit 78d97f5
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions 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>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>glassfish-car-booking</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-portable-extension</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>jakarta.enterprise</groupId>
Expand Down
6 changes: 3 additions & 3 deletions 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>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>helidon-car-booking-portable-ext</artifactId>
Expand Down Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-portable-extension</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-config-mpconfig</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- Adds all features available in MicroProfile -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions 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>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>helidon-car-booking</artifactId>
Expand Down Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-buildcompatible-extension</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-config-mpconfig</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- Adds all features available in MicroProfile -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions 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>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>liberty-car-booking</artifactId>
Expand Down Expand Up @@ -63,13 +63,13 @@
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-config-mpconfig</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-portable-extension</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!--
<dependency>
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>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>examples</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions 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>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>quarkus-car-booking</artifactId>
Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-buildcompatible-extension</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.smallrye.llm</groupId>
<artifactId>smallrye-llm-langchain4j-config-mpconfig</artifactId>
<version>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
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>0.0.1</version>
<version>1.0.0-SNAPSHOT</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>0.0.1</tag>
<tag>HEAD</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>0.0.1</version>
<version>1.0.0-SNAPSHOT</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>0.0.1</version>
<version>1.0.0-SNAPSHOT</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>0.0.1</version>
<version>1.0.0-SNAPSHOT</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>0.0.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 78d97f5

Please sign in to comment.