Update generic SCDF install instructions,app releases, and fix stream commands format

This commit is contained in:
David Turanski
2019-06-10 09:28:04 -04:00
parent 50bf5a10b0
commit 6590b02e93
20 changed files with 71 additions and 235 deletions

View File

@@ -8,12 +8,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.5.RELEASE</version>
</parent>
<properties>
<java.version>1.8</java.version>
<maven.compiler.plugin.version>3.7.0</maven.compiler.plugin.version>
<spring.cloud.task.version>2.1.0.BUILD-SNAPSHOT</spring.cloud.task.version>
<spring.cloud.task.version>2.1.1.RELEASE</spring.cloud.task.version>
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
<docker.org>springcloud</docker.org>