Skip to content

Commit 8162f38

Browse files
committed
[maven-release-plugin] prepare release v0.5.0
1 parent 23f9b6d commit 8162f38

File tree

50 files changed

+53
-53
lines changed

Some content is hidden

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

50 files changed

+53
-53
lines changed

langstream-admin-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-agents/langstream-agent-azure-blob-storage-source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-agents</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-agents/langstream-agent-camel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-agent-camel</artifactId>

langstream-agents/langstream-agent-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-agent-grpc</artifactId>

langstream-agents/langstream-agent-http-request/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-agents</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-agents/langstream-agent-s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-agent-s3</artifactId>

langstream-agents/langstream-agent-webcrawler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-agent-webcrawler</artifactId>

langstream-agents/langstream-agents-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-agents-commons</artifactId>

langstream-agents/langstream-agents-flow-control/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-agents-flow-control</artifactId>

langstream-agents/langstream-agents-text-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-agents-text-processing</artifactId>

langstream-agents/langstream-ai-agents/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-ai-agents</artifactId>

langstream-agents/langstream-vector-agents/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-agents</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-vector-agents</artifactId>

langstream-agents/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-api-gateway-auth/langstream-github-api-gateway-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-api-gateway-auth</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-api-gateway-auth/langstream-google-api-gateway-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-api-gateway-auth</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-api-gateway-auth/langstream-http-api-gateway-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-api-gateway-auth</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-api-gateway-auth/langstream-jwt-api-gateway-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-api-gateway-auth</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-api-gateway-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<packaging>pom</packaging>
2626
<modelVersion>4.0.0</modelVersion>

langstream-api-gateway/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>ai.langstream</groupId>
2323
<artifactId>langstream-ai</artifactId>
24-
<version>0.4.5-SNAPSHOT</version>
24+
<version>0.5.0</version>
2525
</parent>
2626
<groupId>ai.langstream</groupId>
2727
<artifactId>langstream-api-gateway</artifactId>
28-
<version>0.4.5-SNAPSHOT</version>
28+
<version>0.5.0</version>
2929
<name>LangStream - API Gateway</name>
3030
<properties>
3131
<java.version>17</java.version>

langstream-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-api</artifactId>

langstream-auth-jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-cli</artifactId>

langstream-codestorage-providers/langstream-codestorage-azure-blob-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-codestorage-providers</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-codestorage-providers/langstream-codestorage-s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-codestorage-providers</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-codestorage-providers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-core</artifactId>

langstream-e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-k8s-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-k8s-deployer/langstream-k8s-deployer-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-k8s-deployer</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-k8s-deployer/langstream-k8s-deployer-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-k8s-deployer</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-k8s-deployer/langstream-k8s-deployer-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-k8s-deployer</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-k8s-deployer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-k8s-runtime/langstream-k8s-runtime-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-k8s-runtime</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-k8s-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-k8s-runtime</artifactId>

langstream-k8s-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-ai</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-kafka-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-kafka-runtime</artifactId>

langstream-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-kafka</artifactId>

langstream-pravega-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-pravega-runtime</artifactId>

langstream-pravega/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-pravega</artifactId>

langstream-pulsar-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-pulsar-runtime</artifactId>

langstream-pulsar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ai.langstream</groupId>
2222
<artifactId>langstream-ai</artifactId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>langstream-pulsar</artifactId>

langstream-runtime/langstream-runtime-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-runtime</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

langstream-runtime/langstream-runtime-base-docker-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>langstream-runtime</artifactId>
2222
<groupId>ai.langstream</groupId>
23-
<version>0.4.5-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)