Skip to content

Commit 60c893b

Browse files
authored
Merge pull request #40 from kabir/bump-next-version
Bump next version
2 parents f258d51 + 1cc657d commit 60c893b

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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
15+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.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.1.Final</version>
10+
<version>0.3.2.Beta1-SNAPSHOT</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)