diff --git a/a2a/pom.xml b/a2a/pom.xml index 61af36ef..35b0651b 100644 --- a/a2a/pom.xml +++ b/a2a/pom.xml @@ -5,7 +5,7 @@ com.google.adk google-adk-parent - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT google-adk-a2a diff --git a/a2a/webservice/pom.xml b/a2a/webservice/pom.xml index b929afab..dd723aa7 100644 --- a/a2a/webservice/pom.xml +++ b/a2a/webservice/pom.xml @@ -7,7 +7,7 @@ com.google.adk google-adk-parent - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT google-adk-a2a-webservice diff --git a/contrib/samples/a2a_basic/pom.xml b/contrib/samples/a2a_basic/pom.xml index b4618b20..59e10c37 100644 --- a/contrib/samples/a2a_basic/pom.xml +++ b/contrib/samples/a2a_basic/pom.xml @@ -4,9 +4,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.google.adk + + com.google.adk + google-adk-samples + 0.3.1-SNAPSHOT + .. + + google-adk-sample-a2a-basic - 0.3.1-SNAPSHOT jar Google ADK - Sample - A2A Basic Client @@ -15,8 +20,8 @@ UTF-8 17 - 0.3.1-SNAPSHOT - 0.3.1-SNAPSHOT + ${project.version} + ${project.version} 2.0.16 @@ -69,6 +74,16 @@ + + org.apache.maven.plugins + maven-source-plugin + + + **/*.jar + target/** + + + org.codehaus.mojo exec-maven-plugin diff --git a/contrib/samples/a2a_remote/pom.xml b/contrib/samples/a2a_remote/pom.xml index 26bb6ff1..ee65bdde 100644 --- a/contrib/samples/a2a_remote/pom.xml +++ b/contrib/samples/a2a_remote/pom.xml @@ -7,7 +7,7 @@ com.google.adk google-adk-parent - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT google-adk-sample-a2a-remote @@ -114,6 +114,16 @@ + + org.apache.maven.plugins + maven-source-plugin + + + **/*.jar + target/** + + + org.codehaus.mojo exec-maven-plugin diff --git a/contrib/samples/configagent/pom.xml b/contrib/samples/configagent/pom.xml index 981a1eac..510270c5 100644 --- a/contrib/samples/configagent/pom.xml +++ b/contrib/samples/configagent/pom.xml @@ -2,16 +2,22 @@ 4.0.0 + + com.google.adk + google-adk-samples + 0.3.1-SNAPSHOT + .. + + com.google.adk.samples configagent-samples - 0.3.1-SNAPSHOT jar 11 11 UTF-8 - 0.3.0 + ${project.version} diff --git a/contrib/samples/helloworld/pom.xml b/contrib/samples/helloworld/pom.xml index ed6c6a09..96b50500 100644 --- a/contrib/samples/helloworld/pom.xml +++ b/contrib/samples/helloworld/pom.xml @@ -17,9 +17,15 @@ 4.0.0 + + com.google.adk + google-adk-samples + 0.3.1-SNAPSHOT + .. + + com.google.adk.samples google-adk-sample-helloworld - 0.3.1-SNAPSHOT Google ADK - Sample - Hello World A sample "Hello World" application demonstrating basic agent and tool usage with the Google ADK, @@ -33,7 +39,7 @@ 1.11.0 com.example.helloworld.HelloWorldRun - 0.3.0 + ${project.version} @@ -80,6 +86,16 @@ + + org.apache.maven.plugins + maven-source-plugin + + + **/*.jar + target/** + + + org.codehaus.mojo exec-maven-plugin diff --git a/contrib/samples/mcpfilesystem/pom.xml b/contrib/samples/mcpfilesystem/pom.xml index 801ff5e1..f81910ae 100644 --- a/contrib/samples/mcpfilesystem/pom.xml +++ b/contrib/samples/mcpfilesystem/pom.xml @@ -20,7 +20,7 @@ com.google.adk google-adk-parent - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT ../../.. @@ -85,6 +85,16 @@ + + org.apache.maven.plugins + maven-source-plugin + + + **/*.jar + target/** + + + org.codehaus.mojo exec-maven-plugin diff --git a/contrib/samples/pom.xml b/contrib/samples/pom.xml index 371fec6c..5e442daf 100644 --- a/contrib/samples/pom.xml +++ b/contrib/samples/pom.xml @@ -5,7 +5,7 @@ com.google.adk google-adk-parent - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT ../.. diff --git a/maven_plugin/examples/custom_tools/pom.xml b/maven_plugin/examples/custom_tools/pom.xml index b663d75f..4e55b828 100644 --- a/maven_plugin/examples/custom_tools/pom.xml +++ b/maven_plugin/examples/custom_tools/pom.xml @@ -6,7 +6,7 @@ com.example custom-tools-example - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT jar ADK Custom Tools Example @@ -16,7 +16,7 @@ 11 11 UTF-8 - 0.3.1-SNAPSHOT + ${project.version} @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/maven_plugin/examples/simple-agent/pom.xml b/maven_plugin/examples/simple-agent/pom.xml index a4cc5aeb..d4e247f5 100644 --- a/maven_plugin/examples/simple-agent/pom.xml +++ b/maven_plugin/examples/simple-agent/pom.xml @@ -6,7 +6,7 @@ com.example simple-adk-agent - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT jar Simple ADK Agent Example @@ -16,7 +16,7 @@ 11 11 UTF-8 - 0.3.1-SNAPSHOT + ${project.version} @@ -62,4 +62,4 @@ - \ No newline at end of file + diff --git a/maven_plugin/pom.xml b/maven_plugin/pom.xml index 416b68f3..d0f63a4c 100644 --- a/maven_plugin/pom.xml +++ b/maven_plugin/pom.xml @@ -5,7 +5,7 @@ com.google.adk google-adk-parent - 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT ../pom.xml @@ -185,4 +185,4 @@ - \ No newline at end of file +