Skip to content

Commit 3dd8988

Browse files
committed
Use property rather than hardcoded version
1 parent ec6576d commit 3dd8988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Add to your project's `pom.xml`:
5858
<dependency>
5959
<groupId>io.github.a2asdk</groupId>
6060
<artifactId>a2a-java-sdk-bom</artifactId>
61-
<version>0.4.0.Alpha1-SNAPSHOT</version>
61+
<version>${io.a2a.sdk.version}</version>
6262
<type>pom</type>
6363
<scope>import</scope>
6464
</dependency>

0 commit comments

Comments
 (0)