Skip to content

Commit d7b8aa2

Browse files
committed
Updated to ADK 0.9.1-SNAPSHOT level
1 parent 37f3985 commit d7b8aa2

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

contrib/planners/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.8.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
23+
<version>0.9.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@
3030
<module>maven_plugin</module>
3131
<module>contrib/langchain4j</module>
3232
<module>contrib/spring-ai</module>
33+
<module>contrib/planners</module>
3334
<module>contrib/samples</module>
3435
<module>contrib/firestore-session-service</module>
3536
<module>tutorials/city-time-weather</module>
3637
<module>tutorials/live-audio-single-agent</module>
38+
<module>tutorials/planner-agents</module>
39+
3740
<module>a2a</module>
3841
</modules>
3942

tutorials/planner-agents/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.8.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
23+
<version>0.9.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)