Skip to content

Commit 1af768a

Browse files
committed
chore: Release 0.3.0.Beta2
1 parent 248c7c5 commit 1af768a

File tree

30 files changed

+31
-31
lines changed

30 files changed

+31
-31
lines changed

client/base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>a2a-java-sdk-client</artifactId>

client/transport/grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
<relativePath>../../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>a2a-java-sdk-client-transport-grpc</artifactId>

client/transport/jsonrpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
<relativePath>../../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>a2a-java-sdk-client-transport-jsonrpc</artifactId>

client/transport/rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
<relativePath>../../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>a2a-java-sdk-client-transport-rest</artifactId>

client/transport/spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
<relativePath>../../../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>a2a-java-sdk-client-transport-spi</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
</parent>
1212
<artifactId>a2a-java-sdk-common</artifactId>
1313

examples/helloworld/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-examples-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
</parent>
1212

1313
<artifactId>a2a-java-sdk-examples-client</artifactId>

examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/HelloWorldRunner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $?
2-
//DEPS io.github.a2asdk:a2a-java-sdk-client:0.3.0.Beta2-SNAPSHOT
3-
//DEPS io.github.a2asdk:a2a-java-sdk-client-transport-jsonrpc:0.3.0.Beta2-SNAPSHOT
2+
//DEPS io.github.a2asdk:a2a-java-sdk-client:0.3.0.Beta2
3+
//DEPS io.github.a2asdk:a2a-java-sdk-client-transport-jsonrpc:0.3.0.Beta2
44
//SOURCES HelloWorldClient.java
55

66
/**

examples/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

examples/helloworld/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.a2asdk</groupId>
99
<artifactId>a2a-java-sdk-examples-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.0.Beta2</version>
1111
</parent>
1212

1313
<artifactId>a2a-java-sdk-examples-server</artifactId>

0 commit comments

Comments
 (0)