Skip to content

Commit 4aa7777

Browse files
chore(main): release 0.3.1-SNAPSHOT
1 parent 6d2fcd2 commit 4aa7777

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

contrib/langchain4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.adk</groupId>
2222
<artifactId>google-adk-parent</artifactId>
23-
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
23+
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

contrib/samples/configagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.adk.samples</groupId>
66
<artifactId>configagent-samples</artifactId>
7-
<version>0.3.0</version>
7+
<version>0.3.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<properties>

contrib/samples/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.google.adk.samples</groupId>
2121
<artifactId>google-adk-sample-helloworld</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.3.1-SNAPSHOT</version>
2323
<name>Google ADK - Sample - Hello World</name>
2424
<description>
2525
A sample "Hello World" application demonstrating basic agent and tool usage with the Google ADK,

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.adk</groupId>
2222
<artifactId>google-adk-parent</artifactId>
23-
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
23+
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
2424
</parent>
2525

2626
<artifactId>google-adk</artifactId>

dev/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.google.adk</groupId>
2020
<artifactId>google-adk-parent</artifactId>
21-
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
21+
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
2222
</parent>
2323

2424
<artifactId>google-adk-dev</artifactId>

maven_plugin/examples/custom_tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.example</groupId>
66
<artifactId>custom-tools-example</artifactId>
7-
<version>0.3.0</version>
7+
<version>0.3.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>ADK Custom Tools Example</name>

maven_plugin/examples/simple-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.example</groupId>
66
<artifactId>simple-adk-agent</artifactId>
7-
<version>0.3.0</version>
7+
<version>0.3.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Simple ADK Agent Example</name>

maven_plugin/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.google.adk</groupId>
77
<artifactId>google-adk-parent</artifactId>
8-
<version>0.3.0</version>
8+
<version>0.3.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>com.google.adk</groupId>
1919
<artifactId>google-adk-parent</artifactId>
20-
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
20+
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
2121
<packaging>pom</packaging>
2222

2323
<name>Google Agent Development Kit Maven Parent POM</name>

tutorials/city-time-weather/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.adk</groupId>
2222
<artifactId>google-adk-parent</artifactId>
23-
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
23+
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)