Skip to content

Commit 651c990

Browse files
committed
[maven-release-plugin] prepare release 0.6.3
1 parent 59af561 commit 651c990

File tree

61 files changed

+67
-75
lines changed

Some content is hidden

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

61 files changed

+67
-75
lines changed

bam/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-bam-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.6.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-bam-deployment</artifactId>
1010
<name>Quarkus Langchain4j - BAM - Deployment</name>

bam/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.quarkiverse.langchain4j</groupId>
86
<artifactId>quarkus-langchain4j-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
7+
<version>0.6.3</version>
108
</parent>
119
<artifactId>quarkus-langchain4j-bam-parent</artifactId>
1210
<name>Quarkus Langchain4j - BAM - Parent</name>

bam/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-bam-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.6.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-bam</artifactId>
1010
<name>Quarkus Langchain4j - BAM - Runtime</name>

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.6.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-chroma-deployment</artifactId>
1010
<name>Quarkus Langchain4j - Chroma - Deployment</name>

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.6.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-chroma-parent</artifactId>
1010
<name>Quarkus Langchain4j - Chroma - Parent</name>

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.6.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-chroma</artifactId>
1010
<name>Quarkus Langchain4j - Chroma - Runtime</name>

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.6.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.6.3</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-core-parent</artifactId>
1010
<name>Quarkus Langchain4j - Core - Parent</name>

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

0 commit comments

Comments
 (0)