diff --git a/contrib/samples/configagent/pom.xml b/contrib/samples/configagent/pom.xml index cc60dc5da..8fc7cb044 100644 --- a/contrib/samples/configagent/pom.xml +++ b/contrib/samples/configagent/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.google.adk.samples configagent-samples - 1.0.0 + 0.2.1-SNAPSHOT jar diff --git a/contrib/samples/helloworld/pom.xml b/contrib/samples/helloworld/pom.xml index 97706b4ac..1e87634b4 100644 --- a/contrib/samples/helloworld/pom.xml +++ b/contrib/samples/helloworld/pom.xml @@ -14,14 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.google.adk.samples google-adk-sample-helloworld - 0.1.3-SNAPSHOT + 0.2.1-SNAPSHOT Google ADK - Sample - Hello World A sample "Hello World" application demonstrating basic agent and tool usage with the Google ADK, diff --git a/maven_plugin/examples/custom_tools/pom.xml b/maven_plugin/examples/custom_tools/pom.xml index c23000967..92fdbb8e7 100644 --- a/maven_plugin/examples/custom_tools/pom.xml +++ b/maven_plugin/examples/custom_tools/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.example custom-tools-example - 1.0-SNAPSHOT + 0.2.1-SNAPSHOT jar ADK Custom Tools Example diff --git a/maven_plugin/examples/simple-agent/pom.xml b/maven_plugin/examples/simple-agent/pom.xml index 0717a130d..aae980bd5 100644 --- a/maven_plugin/examples/simple-agent/pom.xml +++ b/maven_plugin/examples/simple-agent/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.example simple-adk-agent - 1.0-SNAPSHOT + 0.2.1-SNAPSHOT jar Simple ADK Agent Example