You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maven_plugin/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Add the plugin to your `pom.xml`:
93
93
<plugin>
94
94
<groupId>com.google.adk</groupId>
95
95
<artifactId>google-adk-maven-plugin</artifactId>
96
-
<version>0.2.0</version>
96
+
<version>0.3.0</version>
97
97
</plugin>
98
98
</plugins>
99
99
</build>
@@ -276,14 +276,14 @@ Make sure your project has the necessary ADK dependencies:
276
276
<dependency>
277
277
<groupId>com.google.adk</groupId>
278
278
<artifactId>google-adk</artifactId>
279
-
<version>0.2.0</version>
279
+
<version>0.3.0</version>
280
280
</dependency>
281
281
282
282
<!-- Dev module dependency for AgentLoader interface -->
283
283
<dependency>
284
284
<groupId>com.google.adk</groupId>
285
285
<artifactId>google-adk-dev</artifactId>
286
-
<version>0.2.0</version>
286
+
<version>0.3.0</version>
287
287
<scope>compile</scope>
288
288
</dependency>
289
289
</dependencies>
@@ -303,7 +303,7 @@ Add the plugin to your `pom.xml` for convenience:
303
303
<plugin>
304
304
<groupId>com.google.adk</groupId>
305
305
<artifactId>google-adk-maven-plugin</artifactId>
306
-
<version>0.2.0</version>
306
+
<version>0.3.0</version>
307
307
</plugin>
308
308
</plugins>
309
309
</build>
@@ -330,4 +330,4 @@ Press `Ctrl+C` in the terminal to stop the server.
330
330
331
331
## Version Notes
332
332
333
-
Replace version numbers with the latest version available on [Maven Central](https://search.maven.org/artifact/com.google.adk/google-adk-maven-plugin).
333
+
Replace version numbers with the latest version available on [Maven Central](https://search.maven.org/artifact/com.google.adk/google-adk-maven-plugin).
0 commit comments