Upgraded parent-spring-5 versions, and fixed minor issues in modules using the parent module

This commit is contained in:
Gerardo Roza
2019-08-09 21:10:20 -03:00
parent 799758881f
commit cb6306b172
6 changed files with 10 additions and 50 deletions
+2 -2
View File
@@ -47,13 +47,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>${maven.surefire.version}</version>
</plugin>
</plugins>
</build>
<properties>
<spring.version>5.1.4.RELEASE</spring.version>
<maven.surefire.version>2.22.1</maven.surefire.version>
</properties>
</project>