Skip to content

Commit

Permalink
Prevent version strings in quarkus-artemis-jms.adoc from being replac…
Browse files Browse the repository at this point in the history
…ed with the predefined attributes.

Resolves #693
  • Loading branch information
turing85 committed Jan 7, 2025
1 parent 600a59e commit 291b32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/quarkus-artemis-jms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ it is recommended to add the following BOM to your project, *below the Quarkus B
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>${quarkus-version}</version>
<version>$\{quarkus-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-bom</artifactId>
<version>${quarkus-artemis-version}</version>
<version>$\{quarkus-artemis-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 291b32a

Please sign in to comment.