Skip to content

Commit 6d428bf

Browse files
committed
fix mvn warnings
1 parent a941493 commit 6d428bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
<dependency>
255255
<groupId>org.springframework.data</groupId>
256256
<artifactId>spring-data-commons</artifactId>
257-
<version>${parent.version}</version>
257+
<version>${project.parent.version}</version>
258258
</dependency>
259259

260260
<!-- Test -->
@@ -271,7 +271,7 @@
271271
<dependency>
272272
<groupId>org.springframework.boot</groupId>
273273
<artifactId>spring-boot-dependencies</artifactId>
274-
<version>${parent.version}</version>
274+
<version>${project.parent.version}</version>
275275
<type>pom</type>
276276
<scope>import</scope>
277277
</dependency>

0 commit comments

Comments
 (0)