Skip to content

Commit a07167c

Browse files
committed
Prepare for next development iteration
1 parent cb5dd5c commit a07167c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.2-SNAPSHOT</version>
8+
<version>0.1.3-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.1.2-SNAPSHOT</version>
8+
<version>0.1.3-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.1.2-SNAPSHOT</version>
8+
<version>0.1.3-SNAPSHOT</version>
99
</parent>
1010
<artifactId>example-agent-kotlin</artifactId>
1111
<name>Embabel Agent Kotlin Examples</name>

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.agent</groupId>
77
<artifactId>embabel-agent-parent</artifactId>
8-
<version>0.1.2-SNAPSHOT</version>
8+
<version>0.1.3-SNAPSHOT</version>
99
</parent>
1010
<groupId>com.embabel.example</groupId>
1111
<artifactId>example-agent-parent</artifactId>

0 commit comments

Comments
 (0)