Skip to content

Commit b63be3c

Browse files
chore(main): release 0.2.1-SNAPSHOT
1 parent 2a44d51 commit b63be3c

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

contrib/samples/configagent/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.google.adk.samples</groupId>
86
<artifactId>configagent-samples</artifactId>
9-
<version>1.0.0</version>
7+
<version>0.2.1-SNAPSHOT</version>
108
<packaging>jar</packaging>
119

1210
<properties>

contrib/samples/helloworld/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
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">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<groupId>com.google.adk.samples</groupId>
2321
<artifactId>google-adk-sample-helloworld</artifactId>
24-
<version>0.1.3-SNAPSHOT</version>
22+
<version>0.2.1-SNAPSHOT</version>
2523
<name>Google ADK - Sample - Hello World</name>
2624
<description>
2725
A sample "Hello World" application demonstrating basic agent and tool usage with the Google ADK,

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)