Skip to content

Commit

Permalink
Maven version from variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankka committed Aug 3, 2024
1 parent cbd2317 commit db26c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ If you want to interface DiscordSRV with your plugin, you can do so by adding th
<dependency>
<groupId>com.discordsrv</groupId>
<artifactId>discordsrv</artifactId>
<version></version>
<version>${variables.project.version}</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit db26c07

Please sign in to comment.