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 20, 2024
1 parent 9a375f5 commit 5ca85bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bootique-logback-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion bootique-logback-sentry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 @@ -44,7 +44,6 @@
</modules>

<properties>
<bootique.version>${project.version}</bootique.version>
<logback.version>1.5.5</logback.version>
<logback.sentry.version>7.8.0</logback.sentry.version>
<logback.contrib.version>0.1.5</logback.contrib.version>
Expand All @@ -61,12 +60,12 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique-junit5</artifactId>
<version>${bootique.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 5ca85bd

Please sign in to comment.