Skip to content

Commit 03e4458

Browse files
authored
chore: Next Snapshot (#752)
Main aim is to make sure the automated Maven deploy works with the new groupId
1 parent eb7a25c commit 03e4458

File tree

51 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+56
-56
lines changed

boms/extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

boms/reference/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

boms/sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

boms/test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

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>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</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>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</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>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</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>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</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>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</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>org.a2aproject.sdk</groupId>
99
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>1.0.0.Alpha4</version>
10+
<version>1.0.0.Beta1-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>a2a-java-sdk-common</artifactId>
1313

0 commit comments

Comments
 (0)