Fixed wrong version

This commit is contained in:
Marcin Grzejszczak
2021-02-15 11:55:42 +01:00
parent 93716b3d31
commit 2c70866ae7
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.SNAPSHOT</version>
<version>2.3.3.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.3.3.SNAPSHOT</version>
<version>2.3.3.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.SNAPSHOT</version>
<version>2.3.3.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.3.3.SNAPSHOT</version>
<version>2.3.3.BUILD-SNAPSHOT</version>
<relativePath />
</parent>