Skip to content

Commit c0746b6

Browse files
committed
chore(main): release 0.3.0
1 parent d0ee215 commit c0746b6

File tree

11 files changed

+142
-30
lines changed

11 files changed

+142
-30
lines changed

CHANGELOG.md

Lines changed: 125 additions & 0 deletions
Large diffs are not rendered by default.

contrib/langchain4j/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
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">
1918
<modelVersion>4.0.0</modelVersion>
2019

2120
<parent>
2221
<groupId>com.google.adk</groupId>
2322
<artifactId>google-adk-parent</artifactId>
24-
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
23+
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
2524
<relativePath>../../pom.xml</relativePath>
2625
</parent>
2726

contrib/samples/configagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.adk.samples</groupId>
66
<artifactId>configagent-samples</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<packaging>jar</packaging>
99

1010
<properties>

contrib/samples/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.google.adk.samples</groupId>
2121
<artifactId>google-adk-sample-helloworld</artifactId>
22-
<version>0.2.1-SNAPSHOT</version>
22+
<version>0.3.0</version>
2323
<name>Google ADK - Sample - Hello World</name>
2424
<description>
2525
A sample "Hello World" application demonstrating basic agent and tool usage with the Google ADK,

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
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
<parent>
2321
<groupId>com.google.adk</groupId>
2422
<artifactId>google-adk-parent</artifactId>
25-
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
23+
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
2624
</parent>
2725

2826
<artifactId>google-adk</artifactId>

dev/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@
1212
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License. -->
15-
<project
16-
xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1916
<modelVersion>4.0.0</modelVersion>
2017

2118
<parent>
2219
<groupId>com.google.adk</groupId>
2320
<artifactId>google-adk-parent</artifactId>
24-
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
21+
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
2522
</parent>
2623

2724
<artifactId>google-adk-dev</artifactId>

maven_plugin/examples/custom_tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.example</groupId>
66
<artifactId>custom-tools-example</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<packaging>jar</packaging>
99

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

maven_plugin/examples/simple-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.example</groupId>
66
<artifactId>simple-adk-agent</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<packaging>jar</packaging>
99

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

maven_plugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<parent>
86
<groupId>com.google.adk</groupId>
97
<artifactId>google-adk-parent</artifactId>
10-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0</version>
119
<relativePath>../pom.xml</relativePath>
1210
</parent>
1311

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License. -->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1816
<modelVersion>4.0.0</modelVersion>
1917

2018
<groupId>com.google.adk</groupId>
2119
<artifactId>google-adk-parent</artifactId>
22-
<version>0.2.1-SNAPSHOT</version><!-- {x-version-update:google-adk:current} -->
20+
<version>0.3.0</version><!-- {x-version-update:google-adk:current} -->
2321
<packaging>pom</packaging>
2422

2523
<name>Google Agent Development Kit Maven Parent POM</name>
@@ -313,8 +311,7 @@
313311
</dependencies>
314312
<configuration>
315313
<reportFormat>plain</reportFormat>
316-
<statelessTestsetInfoReporter
317-
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter" />
314+
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter"/>
318315
<includes>
319316
<include>**/*Test.java</include>
320317
</includes>

0 commit comments

Comments
 (0)