Skip to content

Commit b2e72bb

Browse files
[maven-release-plugin] prepare release 0.21.0.CR4
1 parent c16b699 commit b2e72bb

File tree

127 files changed

+129
-129
lines changed

Some content is hidden

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

127 files changed

+129
-129
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.21.0.CR4</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.21.0.CR4</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.21.0.CR4</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.21.0.CR4</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-core</artifactId>
1010
<name>Quarkus LangChain4j - Core - Runtime</name>

docs/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.21.0.CR4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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.21.0.CR4</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.21.0.CR4</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.21.0.CR4</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.21.0.CR4</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.21.0.CR4</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>quarkus-langchain4j-infinispan-parent</artifactId>

0 commit comments

Comments
 (0)