Next version updates

Functions: 1.0.0-SNAPSHOT
  Core Apps: 3.0.0-SNAPSHOT
  Apps: 3.0.0-SNAPSHOT
  Aggregate Next:2020.0.0-SNAPSHOT
This commit is contained in:
Soby Chacko
2020-07-13 16:02:05 -04:00
parent 45d2b8a631
commit d59e4f5d86
122 changed files with 238 additions and 234 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.0-M2</version>
<version>3.0.0-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.0-M2</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath/>
</parent>