Updates build to version 2.3.4.BUILD-SNAPSHOT

This commit is contained in:
spencergibb
2021-04-20 12:58:16 -04:00
parent 384013e395
commit 53a08a58ee
7 changed files with 10 additions and 10 deletions

View File

@@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-stream-parent</artifactId>
<version>2.3.3.BUILD-SNAPSHOT</version>
<version>2.3.4.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.3.3.BUILD-SNAPSHOT</version>
<version>2.3.4.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<scm>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>2.3.3.BUILD-SNAPSHOT</version>
<version>2.3.4.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.3.3.BUILD-SNAPSHOT</version>
<version>2.3.4.BUILD-SNAPSHOT</version>
<relativePath />
</parent>