Skip to content

Commit 02f4164

Browse files
chore(main): release 0.2.1-SNAPSHOT
1 parent 855da19 commit 02f4164

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

maven_plugin/examples/custom_tools/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.example</groupId>
86
<artifactId>custom-tools-example</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>0.2.1-SNAPSHOT</version>
108
<packaging>jar</packaging>
119

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

maven_plugin/examples/simple-agent/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.example</groupId>
86
<artifactId>simple-adk-agent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>0.2.1-SNAPSHOT</version>
108
<packaging>jar</packaging>
119

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

0 commit comments

Comments
 (0)