Skip to content

Commit d854208

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boms/README.md

Lines changed: 3 additions & 3 deletions
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>
@@ -88,7 +88,7 @@ Add to your project's `pom.xml`:
8888
<dependency>
8989
<groupId>io.github.a2asdk</groupId>
9090
<artifactId>a2a-java-sdk-extras-bom</artifactId>
91-
<version>0.4.0.Alpha1-SNAPSHOT</version>
91+
<version>${io.a2a.sdk.version}</version>
9292
<type>pom</type>
9393
<scope>import</scope>
9494
</dependency>
@@ -118,7 +118,7 @@ Add to your project's `pom.xml`:
118118
<dependency>
119119
<groupId>io.github.a2asdk</groupId>
120120
<artifactId>a2a-java-sdk-reference-bom</artifactId>
121-
<version>0.4.0.Alpha1-SNAPSHOT</version>
121+
<version>${io.a2a.sdk.version}</version>
122122
<type>pom</type>
123123
<scope>import</scope>
124124
</dependency>

0 commit comments

Comments
 (0)