Skip to content

Commit e51344b

Browse files
committed
Replace ${bootique.version} with ${project.version}
1 parent 8f9738c commit e51344b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<description>Provides Jooq integration with Bootique</description>
3737

3838
<properties>
39-
<bootique.version>${project.version}</bootique.version>
4039
<jooq.version>3.16.8</jooq.version>
4140
<mysql.driver.version>8.0.33</mysql.driver.version>
4241
</properties>
@@ -57,17 +56,17 @@
5756
<dependency>
5857
<groupId>io.bootique</groupId>
5958
<artifactId>bootique</artifactId>
60-
<version>${bootique.version}</version>
59+
<version>${project.version}</version>
6160
</dependency>
6261
<dependency>
6362
<groupId>io.bootique.jdbc</groupId>
6463
<artifactId>bootique-jdbc</artifactId>
65-
<version>${bootique.version}</version>
64+
<version>${project.version}</version>
6665
</dependency>
6766
<dependency>
6867
<groupId>io.bootique.jdbc</groupId>
6968
<artifactId>bootique-jdbc-junit5-testcontainers</artifactId>
70-
<version>${bootique.version}</version>
69+
<version>${project.version}</version>
7170
</dependency>
7271
<dependency>
7372
<groupId>org.testcontainers</groupId>

0 commit comments

Comments
 (0)