Skip to content

Commit

Permalink
Replace ${bootique.version} with ${project.version}
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Nov 21, 2024
1 parent bbc34a6 commit b50e590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootique-rabbitmq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
</modules>

<properties>
<bootique.version>${project.version}</bootique.version>
<rabbitmq.version>5.21.0</rabbitmq.version>
</properties>

Expand Down Expand Up @@ -84,7 +83,7 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique-junit5</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<!-- Importing testcontainers modules individually instead of using a BOM
to have more control over the transitive dependencies -->
Expand Down

0 comments on commit b50e590

Please sign in to comment.