Skip to content

Commit 74ca4aa

Browse files
committed
[maven-release-plugin] prepare release v0.1.3
1 parent 465288c commit 74ca4aa

File tree

38 files changed

+56
-63
lines changed

38 files changed

+56
-63
lines changed

embabel-agent-a2a/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
88
</parent>
99
<artifactId>embabel-agent-a2a</artifactId>
1010
<packaging>jar</packaging>

embabel-agent-api/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.agent</groupId>
76
<artifactId>embabel-agent-parent</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
98
</parent>
109
<artifactId>embabel-agent-api</artifactId>
11-
<version>0.1.3-SNAPSHOT</version>
10+
<version>0.1.3</version>
1211
<packaging>jar</packaging>
1312
<name>Embabel Agent API</name>
1413
<description>Fluent DSL and Kotlin DSL for Agentic Flows</description>

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

Lines changed: 1 addition & 1 deletion
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.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
88
</parent>
99
<artifactId>embabel-agent-platform-autoconfigure</artifactId>
1010
<packaging>jar</packaging>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.agent</groupId>
76
<artifactId>embabel-agent-autoconfigure</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110
<artifactId>embabel-agent-anthropic-autoconfigure</artifactId>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.agent</groupId>
76
<artifactId>embabel-agent-autoconfigure</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110
<artifactId>embabel-agent-bedrock-autoconfigure</artifactId>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.agent</groupId>
76
<artifactId>embabel-agent-autoconfigure</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.agent</groupId>
76
<artifactId>embabel-agent-autoconfigure</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110
<artifactId>embabel-agent-dockermodels-autoconfigure</artifactId>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.agent</groupId>
76
<artifactId>embabel-agent-autoconfigure</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110
<artifactId>embabel-agent-ollama-autoconfigure</artifactId>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.agent</groupId>
76
<artifactId>embabel-agent-autoconfigure</artifactId>
8-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110
<artifactId>embabel-agent-openai-autoconfigure</artifactId>

embabel-agent-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
88
</parent>
99
<artifactId>embabel-agent-autoconfigure</artifactId>
1010
<packaging>pom</packaging>

0 commit comments

Comments
 (0)