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 be0e9d2 commit e66db99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootique-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
</modules>

<properties>
<bootique.version>${project.version}</bootique.version>
<metrics.version>4.2.15</metrics.version>
</properties>

Expand All @@ -57,7 +56,7 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand All @@ -84,7 +83,7 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique-junit5</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit e66db99

Please sign in to comment.