Skip to content

Commit 6fa3439

Browse files
Merge pull request #857 from google:release-please--branches--main
PiperOrigin-RevId: 871768747
2 parents 8137d66 + 2f99b72 commit 6fa3439

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

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>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
7+
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
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>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
7+
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
108
<packaging>jar</packaging>
119

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

0 commit comments

Comments
 (0)