Skip to content

Commit 431daaa

Browse files
authored
Merge pull request eugenp#6741 from DaveTheCrane/BAEL-2618-spring5-updates
moved spring core to spring 5 parent, all tests still pass
2 parents d37e7e3 + 6b00fad commit 431daaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-spring-4</artifactId>
13+
<artifactId>parent-spring-5</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../parent-spring-4</relativePath>
15+
<relativePath>../parent-spring-5</relativePath>
1616
</parent>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)