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,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>basic</artifactId>
<version>5.1.1.BUILD-SNAPSHOT</version>
<version>5.2.0.BUILD-SNAPSHOT</version>
<url>https://projects.spring.io/spring-integration</url>
<organization>
<name>SpringIO</name>