Skip to content

Commit c31b2ee

Browse files
Poggeccicopybara-github
authored andcommitted
ADK changes
PiperOrigin-RevId: 761112931
1 parent 6d77830 commit c31b2ee

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<artifactId>google-adk</artifactId>
2323
<version>0.1.0</version><!-- {x-version-update:google-adk:current} -->
2424
<packaging>jar</packaging>
25-
<name>Google Agent Development Kit</name>
25+
<name>Agent Development Kit</name>
2626
<url>https://github.com/google/adk-java</url>
2727
<licenses>
2828
<license>
@@ -44,7 +44,7 @@
4444
</developer>
4545
</developers>
4646
<description>
47-
Google Agent Development Kit: an open-source, code-first toolkit designed to simplify building,
47+
Agent Development Kit: an open-source, code-first toolkit designed to simplify building,
4848
evaluating, and deploying advanced AI agents anywhere.
4949
</description>
5050
<properties>
@@ -350,7 +350,7 @@
350350
<doclint>all,-missing</doclint>
351351
<nohelp>true</nohelp>
352352
<outputDirectory>${project.build.directory}/javadoc</outputDirectory>
353-
<doctitle>Google Agent Development Kit</doctitle>
353+
<doctitle>Agent Development Kit</doctitle>
354354
<source>${maven.compiler.release}</source>
355355
<encoding>UTF-8</encoding>
356356
</configuration>

dev/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<artifactId>google-adk-dev</artifactId>
2222
<version>0.1.0</version>
2323
<packaging>jar</packaging>
24-
<name>Google Agent Development Kit - Dev Tools</name>
24+
<name>Agent Development Kit - Dev Tools</name>
2525
<url>https://github.com/google/adk-java</url>
2626
<description>
27-
Development tools and server for the Google Agent Development Kit.
27+
Development tools and server for Agent Development Kit.
2828
</description>
2929
<licenses>
3030
<license>
@@ -215,7 +215,7 @@
215215
<doclint>all,-missing</doclint>
216216
<nohelp>true</nohelp>
217217
<outputDirectory>${project.build.directory}/javadoc</outputDirectory>
218-
<doctitle>Google Agent Development Kit - Dev Tools</doctitle>
218+
<doctitle>Agent Development Kit - Dev Tools</doctitle>
219219
<source>${maven.compiler.release}</source>
220220
<encoding>UTF-8</encoding>
221221
</configuration>

0 commit comments

Comments
 (0)