File tree Expand file tree Collapse file tree 11 files changed +142
-30
lines changed
tutorials/city-time-weather Expand file tree Collapse file tree 11 files changed +142
-30
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
17
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
18
<modelVersion >4.0.0</modelVersion >
20
19
21
20
<parent >
22
21
<groupId >com.google.adk</groupId >
23
22
<artifactId >google-adk-parent</artifactId >
24
- <version >0.2.1-SNAPSHOT </version ><!-- {x-version-update:google-adk:current} -->
23
+ <version >0.3.0 </version ><!-- {x-version-update:google-adk:current} -->
25
24
<relativePath >../../pom.xml</relativePath >
26
25
</parent >
27
26
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.google.adk.samples</groupId >
6
6
<artifactId >configagent-samples</artifactId >
7
- <version >0.2.1-SNAPSHOT </version >
7
+ <version >0.3.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<properties >
Original file line number Diff line number Diff line change 19
19
20
20
<groupId >com.google.adk.samples</groupId >
21
21
<artifactId >google-adk-sample-helloworld</artifactId >
22
- <version >0.2.1-SNAPSHOT </version >
22
+ <version >0.3.0 </version >
23
23
<name >Google ADK - Sample - Hello World</name >
24
24
<description >
25
25
A sample "Hello World" application demonstrating basic agent and tool usage with the Google ADK,
Original file line number Diff line number Diff line change 14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
17
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
18
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
18
<modelVersion >4.0.0</modelVersion >
21
19
22
20
<parent >
23
21
<groupId >com.google.adk</groupId >
24
22
<artifactId >google-adk-parent</artifactId >
25
- <version >0.2.1-SNAPSHOT </version ><!-- {x-version-update:google-adk:current} -->
23
+ <version >0.3.0 </version ><!-- {x-version-update:google-adk:current} -->
26
24
</parent >
27
25
28
26
<artifactId >google-adk</artifactId >
Original file line number Diff line number Diff line change 12
12
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
See the License for the specific language governing permissions and
14
14
limitations under the License. -->
15
- <project
16
- xmlns =" http://maven.apache.org/POM/4.0.0"
17
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
15
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
16
<modelVersion >4.0.0</modelVersion >
20
17
21
18
<parent >
22
19
<groupId >com.google.adk</groupId >
23
20
<artifactId >google-adk-parent</artifactId >
24
- <version >0.2.1-SNAPSHOT </version ><!-- {x-version-update:google-adk:current} -->
21
+ <version >0.3.0 </version ><!-- {x-version-update:google-adk:current} -->
25
22
</parent >
26
23
27
24
<artifactId >google-adk-dev</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.example</groupId >
6
6
<artifactId >custom-tools-example</artifactId >
7
- <version >0.2.1-SNAPSHOT </version >
7
+ <version >0.3.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >ADK Custom Tools Example</name >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.example</groupId >
6
6
<artifactId >simple-adk-agent</artifactId >
7
- <version >0.2.1-SNAPSHOT </version >
7
+ <version >0.3.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Simple ADK Agent Example</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<parent >
8
6
<groupId >com.google.adk</groupId >
9
7
<artifactId >google-adk-parent</artifactId >
10
- <version >0.2.1-SNAPSHOT </version >
8
+ <version >0.3.0 </version >
11
9
<relativePath >../pom.xml</relativePath >
12
10
</parent >
13
11
Original file line number Diff line number Diff line change 12
12
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
See the License for the specific language governing permissions and
14
14
limitations under the License. -->
15
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
16
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
17
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
15
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
18
16
<modelVersion >4.0.0</modelVersion >
19
17
20
18
<groupId >com.google.adk</groupId >
21
19
<artifactId >google-adk-parent</artifactId >
22
- <version >0.2.1-SNAPSHOT </version ><!-- {x-version-update:google-adk:current} -->
20
+ <version >0.3.0 </version ><!-- {x-version-update:google-adk:current} -->
23
21
<packaging >pom</packaging >
24
22
25
23
<name >Google Agent Development Kit Maven Parent POM</name >
313
311
</dependencies >
314
312
<configuration >
315
313
<reportFormat >plain</reportFormat >
316
- <statelessTestsetInfoReporter
317
- implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter" />
314
+ <statelessTestsetInfoReporter implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter" />
318
315
<includes >
319
316
<include >**/*Test.java</include >
320
317
</includes >
You can’t perform that action at this time.
0 commit comments