Apps next version: 3.0.3-SNAPSHOT

New script to update apps versions after a GA release
This commit is contained in:
Soby Chacko
2021-05-28 13:06:42 -04:00
parent 3a3e9ff831
commit 5b54f8a0c5
63 changed files with 188 additions and 120 deletions

View File

@@ -3,7 +3,7 @@
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>transform-processor</artifactId>
<version>3.0.2</version>
<version>3.0.3-SNAPSHOT</version>
<name>transform-processor</name>
<description>transform processor apps</description>
<packaging>jar</packaging>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>3.0.5</version>
<version>3.0.6-SNAPSHOT</version>
<relativePath/>
</parent>