Skip to content

Commit de687fd

Browse files
committed
[maven-release-plugin] prepare release 0.20.3
1 parent 14dc6c3 commit de687fd

File tree

94 files changed

+96
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+96
-96
lines changed

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-core-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-core-deployment</artifactId>
1010
<name>Quarkus LangChain4j - Core - Deployment</name>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-core-parent</artifactId>
1010
<name>Quarkus LangChain4j - Core - Parent</name>

core/runtime-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-core-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99

1010

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-core-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-core</artifactId>
1010
<name>Quarkus LangChain4j - Core - Runtime</name>

embedding-stores/chroma/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-chroma-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-chroma-deployment</artifactId>
1010
<name>Quarkus LangChain4j - Chroma - Deployment</name>

embedding-stores/chroma/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>quarkus-langchain4j-chroma-parent</artifactId>

embedding-stores/chroma/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-chroma-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-chroma</artifactId>
1010
<name>Quarkus LangChain4j - Chroma - Runtime</name>

embedding-stores/infinispan/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-infinispan-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-infinispan-deployment</artifactId>
1010
<name>Quarkus LangChain4j - Infinispan embedding store - Deployment</name>

embedding-stores/infinispan/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>quarkus-langchain4j-infinispan-parent</artifactId>

embedding-stores/infinispan/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-infinispan-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.20.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-infinispan</artifactId>
1010
<name>Quarkus LangChain4j - Infinispan embedding store - Runtime</name>

0 commit comments

Comments
 (0)