Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Oct 11, 2023
1 parent a837ea4 commit 93caee6
Show file tree
Hide file tree
Showing 45 changed files with 50 additions and 54 deletions.
2 changes: 1 addition & 1 deletion langstream-admin-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<artifactId>langstream-agents</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/langstream-agent-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-agent-grpc</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions langstream-agents/langstream-agent-http-request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<artifactId>langstream-agents</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/langstream-agent-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-agent-s3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/langstream-agent-webcrawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-agent-webcrawler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/langstream-agents-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-agents-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/langstream-agents-flow-control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-agents-flow-control</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-agents-text-processing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/langstream-ai-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-ai-agents</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/langstream-vector-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-agents</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-vector-agents</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-api-gateway-auth</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-api-gateway-auth</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-api-gateway-auth</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-api-gateway-auth</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-api-gateway-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions langstream-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-api-gateway</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<name>LangStream - API Gateway</name>
<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion langstream-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-auth-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-cli</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-codestorage-providers</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-codestorage-providers</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-codestorage-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-k8s-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-k8s-deployer</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-k8s-deployer</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-k8s-deployer</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-k8s-deployer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-k8s-runtime/langstream-k8s-runtime-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-k8s-runtime</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-k8s-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-k8s-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-k8s-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-ai</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-kafka-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-kafka-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-pulsar-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-pulsar-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.langstream</groupId>
<artifactId>langstream-ai</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>langstream-pulsar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langstream-runtime/langstream-runtime-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-runtime</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-runtime</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-runtime/langstream-runtime-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-runtime</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion langstream-runtime/langstream-runtime-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>langstream-runtime</artifactId>
<groupId>ai.langstream</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 93caee6

Please sign in to comment.