Skip to content

Commit 652f689

Browse files
committed
[maven-release-plugin] prepare release v0.2.0
1 parent 56a2e65 commit 652f689

File tree

38 files changed

+76
-76
lines changed

38 files changed

+76
-76
lines changed

embabel-agent-a2a/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-parent</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99
<artifactId>embabel-agent-a2a</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-agent</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>v0.2.0</tag>
2020
</scm>
2121

2222
<dependencies>

embabel-agent-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-parent</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99
<artifactId>embabel-agent-api</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111
<packaging>jar</packaging>
1212
<name>Embabel Agent API</name>
1313
<description>Fluent DSL and Kotlin DSL for Agentic Flows</description>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/embabel/embabel-agent</url>
1818
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1919
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v0.2.0</tag>
2121
</scm>
2222

2323
<dependencies>

embabel-agent-autoconfigure/embabel-agent-platform-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-autoconfigure</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99
<artifactId>embabel-agent-platform-autoconfigure</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-agent</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>v0.2.0</tag>
2020
</scm>
2121

2222
<dependencies>

embabel-agent-autoconfigure/models/embabel-agent-anthropic-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-autoconfigure</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>embabel-agent-anthropic-autoconfigure</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/embabel/embabel-agent</url>
1818
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1919
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v0.2.0</tag>
2121
</scm>
2222

2323
<dependencies>

embabel-agent-autoconfigure/models/embabel-agent-bedrock-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-autoconfigure</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>embabel-agent-bedrock-autoconfigure</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/embabel/embabel-agent</url>
1818
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1919
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v0.2.0</tag>
2121
</scm>
2222

2323
<dependencies>

embabel-agent-autoconfigure/models/embabel-agent-deepseek-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-autoconfigure</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<url>https://github.com/embabel/embabel-agent</url>
1919
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
2020
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
21-
<tag>HEAD</tag>
21+
<tag>v0.2.0</tag>
2222
</scm>
2323

2424
<dependencies>

embabel-agent-autoconfigure/models/embabel-agent-dockermodels-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-autoconfigure</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>embabel-agent-dockermodels-autoconfigure</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/embabel/embabel-agent</url>
1818
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1919
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v0.2.0</tag>
2121
</scm>
2222

2323
<dependencies>

embabel-agent-autoconfigure/models/embabel-agent-ollama-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-autoconfigure</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>embabel-agent-ollama-autoconfigure</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/embabel/embabel-agent</url>
1818
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1919
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v0.2.0</tag>
2121
</scm>
2222

2323
<dependencies>

embabel-agent-autoconfigure/models/embabel-agent-openai-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-autoconfigure</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>embabel-agent-openai-autoconfigure</artifactId>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/embabel/embabel-agent</url>
1818
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1919
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v0.2.0</tag>
2121
</scm>
2222

2323
<dependencies>

embabel-agent-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.agent</groupId>
66
<artifactId>embabel-agent-parent</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99
<artifactId>embabel-agent-autoconfigure</artifactId>
1010
<packaging>pom</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-agent</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-agent.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-agent.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>v0.2.0</tag>
2020
</scm>
2121

2222
<modules>

0 commit comments

Comments
 (0)