Skip to content

Commit

Permalink
Fix version in pulsar-admin-client dependency example
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed May 8, 2024
1 parent 8534d75 commit fa8a584
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/admin-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ To manage topics using Java admin API, complete following steps.
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-admin</artifactId>
<version>2.11.0</version>
<version>@pulsar:version@</version>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-3.0.x/admin-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ This tutorial guides you through every step of using Java admin API to manage to
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-admin</artifactId>
<version>2.11.0</version>
<version>@pulsar:version@</version>
</dependency>
```
Expand Down Expand Up @@ -525,4 +525,4 @@ This tutorial guides you through every step of using Java admin API to manage to
- [REST API](reference-rest-api-overview.md)
- [Java admin API](/api/admin/)
- [Java admin API](/api/admin/)
4 changes: 2 additions & 2 deletions versioned_docs/version-3.2.x/admin-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ To manage topics using Java admin API, complete following steps.
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-admin</artifactId>
<version>2.11.0</version>
<version>@pulsar:version@</version>
</dependency>
```
Expand Down Expand Up @@ -526,4 +526,4 @@ To manage topics using Java admin API, complete following steps.
- [REST API](reference-rest-api-overview.md)
- [Java admin API](/api/admin/)
- [Java admin API](/api/admin/)

0 comments on commit fa8a584

Please sign in to comment.