Clean repositories up in the build script

This commit is contained in:
Artem Bilan
2020-11-16 10:51:39 -05:00
parent a89371902e
commit b51dc6fa55
72 changed files with 277 additions and 276 deletions

View File

@@ -20,7 +20,7 @@
</licenses>
<developers>
<developer>
<id>abilan</id>
<id>artembilan</id>
<name>Artem Bilan</name>
<email>abilan@vmware.com</email>
<roles>
@@ -38,7 +38,7 @@
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>mfisher@vmware.com</email>
<email>markfisher@vmware.com</email>
<roles>
<role>project founder and lead emeritus</role>
</roles>
@@ -186,14 +186,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.4.0</version>
<version>5.4.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>