Skip to content

Commit 668d7ea

Browse files
authored
Merge pull request #38 from kabir/bump-next-version
Next is 0.3.1
2 parents 6c5a99e + 6afbf67 commit 668d7ea

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

examples/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.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>a2a-java-sdk-jakarta-examples-parent</artifactId>

examples/simple/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>org.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-examples-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

examples/simple/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>org.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-examples-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

impl/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.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

impl/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.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

impl/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.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

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

1313
<groupId>org.wildfly.a2a</groupId>
1414
<artifactId>a2a-java-sdk-jakarta-parent</artifactId>
15-
<version>0.3.0.Beta2-SNAPSHOT</version>
15+
<version>0.3.1.Beta1-SNAPSHOT</version>
1616

1717
<packaging>pom</packaging>
1818

tck/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.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>a2a-java-sdk-jakarta-tck-wildfly</artifactId>

tests/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.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-tests-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>a2a-java-sdk-jakarta-tests-grpc</artifactId>

tests/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.wildfly.a2a</groupId>
99
<artifactId>a2a-java-sdk-jakarta-tests-parent</artifactId>
10-
<version>0.3.0.Beta2-SNAPSHOT</version>
10+
<version>0.3.1.Beta1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>a2a-java-sdk-jakarta-tests-jsonrpc</artifactId>

0 commit comments

Comments
 (0)