First step in 2.0.0. Remove Stream dependencies

This commit is contained in:
Dave Syer
2018-06-21 06:35:41 +01:00
parent 068b9ef7e9
commit 00e2b749d2
126 changed files with 85 additions and 7515 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-parent</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<name>Spring Cloud Function Docs</name>
@@ -21,6 +21,7 @@
<plugin>
<!--skip deploy -->
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>