Skip to content

Commit 8eef68c

Browse files
[maven-release-plugin] prepare release 1.2.0.CR1
1 parent 897e95f commit 8eef68c

File tree

173 files changed

+180
-180
lines changed

Some content is hidden

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

173 files changed

+180
-180
lines changed

agentic/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-agentic-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.2.0.CR1</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-agentic-deployment</artifactId>
1010
<name>Quarkus LangChain4j - Agentic - Deployment</name>

agentic/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>1.2.0.CR1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>quarkus-langchain4j-agentic-parent</artifactId>

agentic/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-agentic-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.2.0.CR1</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-agentic</artifactId>
1010
<name>Quarkus LangChain4j - Agentic - Runtime</name>

codestarts/chatbot/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.langchain4j</groupId>
77
<artifactId>quarkus-langchain4j-chatbot-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.2.0.CR1</version>
99
</parent>
1010
<artifactId>quarkus-langchain4j-chatbot-deployment</artifactId>
1111
<name>Quarkus Langchain4j - Codestarts - Chatbot - Deployment</name>

codestarts/chatbot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.quarkiverse.langchain4j</groupId>
66
<artifactId>quarkus-langchain4j-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.2.0.CR1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

1111
<groupId>io.quarkiverse.langchain4j</groupId>
1212
<artifactId>quarkus-langchain4j-chatbot-parent</artifactId>
13-
<version>999-SNAPSHOT</version>
13+
<version>1.2.0.CR1</version>
1414
<packaging>pom</packaging>
1515
<name>Quarkus Langchain4j - Codestarts - Chatbot - Parent</name>
1616

codestarts/chatbot/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.langchain4j</groupId>
77
<artifactId>quarkus-langchain4j-chatbot-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.2.0.CR1</version>
99
</parent>
1010
<artifactId>quarkus-langchain4j-chatbot</artifactId>
1111
<name>Quarkus Langchain4j - Codestarts - Chatbot - Runtime</name>

codestarts/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>1.2.0.CR1</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-codestarts</artifactId>
1010
<name>Quarkus LangChain4j - Codestarts - Parent</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>1.2.0.CR1</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-core-deployment</artifactId>
1010
<name>Quarkus LangChain4j - Core - Deployment</name>

core/opentelemetry-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>io.quarkiverse.langchain4j</groupId>
77
<artifactId>quarkus-langchain4j-core-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.2.0.CR1</version>
99
</parent>
1010

1111
<artifactId>quarkus-langchain4j-core-opentelemetry-tests</artifactId>
1212
<name>Quarkus LangChain4j - Core - OpenTelemetry Tests</name>
13-
<version>999-SNAPSHOT</version>
13+
<version>1.2.0.CR1</version>
1414

1515
<dependencies>
1616
<dependency>

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>1.2.0.CR1</version>
88
</parent>
99
<artifactId>quarkus-langchain4j-core-parent</artifactId>
1010
<name>Quarkus LangChain4j - Core - Parent</name>

0 commit comments

Comments
 (0)