Generate POMs for the current master

This commit is contained in:
Artem Bilan
2019-03-20 15:40:27 -04:00
parent 79f13d042c
commit f8479dd0d1
68 changed files with 398 additions and 410 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>http</artifactId>
<version>5.1.1.BUILD-SNAPSHOT</version>
<version>5.2.0.BUILD-SNAPSHOT</version>
<name>HTTP Sample</name>
<description>HTTP Sample</description>
<url>https://projects.spring.io/spring-integration</url>
@@ -100,7 +100,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.6</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -112,7 +112,7 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.5.5</version>
<version>1.6.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -124,7 +124,7 @@
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.5</version>
<version>1.6.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -176,7 +176,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.18.0</version>
<version>2.24.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -218,14 +218,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.1.5.RELEASE</version>
<version>5.2.0.BUILD-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.1.3.RELEASE</version>
<version>5.2.0.BUILD-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>