Skip to content

Commit

Permalink
Merge pull request #40 from franzgranlund/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in artifactId. Set version to latest published.
  • Loading branch information
eddiecarpenter authored Sep 17, 2024
2 parents e3ccb30 + a3acb35 commit 53ff2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/Implementing-Diameter-Service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ For instance, with Maven, add the following dependency to your POM file:
[source,xml]
----
<properties>
<quarkus.jdiameter.version>2.0.0</quarkus.jdiameter.version>
<quarkus.jdiameter.version>2.0.4</quarkus.jdiameter.version>
</properties>
<dependency>
<groupId>io.quarkiverse.jdiameter</groupId>
<artifactId>quarkus-diameter</artifactId>
<artifactId>quarkus-jdiameter</artifactId>
<version>${quarkus.jdiameter.version}</version>
</dependency>
----
Expand Down

0 comments on commit 53ff2ba

Please sign in to comment.