Skip to content

Commit ca293c2

Browse files
authored
Upgrade build parent to 0.1.7-SNAPSHOT (#88)
1 parent ab42f88 commit ca293c2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.embabel.example</groupId>
77
<artifactId>example-agent-parent</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>examples-common</artifactId>
1111
<name>Embabel Example Agent Common</name>

examples-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.embabel.example</groupId>
77
<artifactId>example-agent-parent</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010
<groupId>com.embabel.example.java</groupId>
1111
<artifactId>example-agent-java</artifactId>

examples-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.embabel.example</groupId>
77
<artifactId>example-agent-parent</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>example-agent-kotlin</artifactId>
1111
<name>Embabel Agent Kotlin Examples</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<parent>
66
<groupId>com.embabel.build</groupId>
77
<artifactId>embabel-build-parent</artifactId>
8-
<version>0.1.6</version>
8+
<version>0.1.7-SNAPSHOT</version>
99
</parent>
1010
<groupId>com.embabel.example</groupId>
1111
<artifactId>example-agent-parent</artifactId>
12-
<version>0.2.0-SNAPSHOT</version>
12+
<version>0.3.0-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Embabel Example Agent Parent</name>
1515
<description>Example Agentic Flows</description>
1616

1717
<properties>
18-
<embabel-agent.version>0.2.0</embabel-agent.version>
18+
<embabel-agent.version>0.3.0-SNAPSHOT</embabel-agent.version>
1919
<mockk.version>1.13.3</mockk.version>
2020
</properties>
2121

0 commit comments

Comments
 (0)