From d5b796969e61ebaa43a4d85ee4a0d25ce959943f Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 19 Nov 2020 16:08:31 -0500 Subject: [PATCH] Update versions --- applications/processor/aggregator-processor/README.adoc | 2 +- applications/sink/jdbc-sink/README.adoc | 2 +- applications/source/jdbc-source/README.adoc | 2 +- applications/stream-applications-core/pom.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/processor/aggregator-processor/README.adoc b/applications/processor/aggregator-processor/README.adoc index 43794fe5..3a8c7cf5 100644 --- a/applications/processor/aggregator-processor/README.adoc +++ b/applications/processor/aggregator-processor/README.adoc @@ -47,7 +47,7 @@ $$data-password$$:: $$Password of the database to execute DML scripts (if differ $$data-username$$:: $$Username of the database to execute DML scripts (if different).$$ *($$String$$, default: `$$$$`)* $$driver-class-name$$:: $$Fully qualified name of the JDBC driver. Auto-detected based on the URL by default.$$ *($$String$$, default: `$$$$`)* $$generate-unique-name$$:: $$Whether to generate a random datasource name.$$ *($$Boolean$$, default: `$$true$$`)* -$$initialization-mode$$:: $$Initialize the datasource with available DDL and DML scripts.$$ *($$DataSourceInitializationMode$$, default: `$$embedded$$`, possible values: `ALWAYS`,`EMBEDDED`,`NEVER`)* +$$initialization-mode$$:: $$Mode to apply when determining if DataSource initialization should be performed using the available DDL and DML scripts.$$ *($$DataSourceInitializationMode$$, default: `$$embedded$$`, possible values: `ALWAYS`,`EMBEDDED`,`NEVER`)* $$jndi-name$$:: $$JNDI location of the datasource. Class, url, username and password are ignored when set.$$ *($$String$$, default: `$$$$`)* $$name$$:: $$Name of the datasource. Default to "testdb" when using an embedded database.$$ *($$String$$, default: `$$$$`)* $$password$$:: $$Login password of the database.$$ *($$String$$, default: `$$$$`)* diff --git a/applications/sink/jdbc-sink/README.adoc b/applications/sink/jdbc-sink/README.adoc index 3a105be6..79b946b7 100644 --- a/applications/sink/jdbc-sink/README.adoc +++ b/applications/sink/jdbc-sink/README.adoc @@ -56,7 +56,7 @@ $$table-name$$:: $$The name of the table to write into.$$ *($$String$$, default: $$data$$:: $$Data (DML) script resource references.$$ *($$List$$, default: `$$$$`)* $$driver-class-name$$:: $$Fully qualified name of the JDBC driver. Auto-detected based on the URL by default.$$ *($$String$$, default: `$$$$`)* -$$initialization-mode$$:: $$Initialize the datasource with available DDL and DML scripts.$$ *($$DataSourceInitializationMode$$, default: `$$embedded$$`, possible values: `ALWAYS`,`EMBEDDED`,`NEVER`)* +$$initialization-mode$$:: $$Mode to apply when determining if DataSource initialization should be performed using the available DDL and DML scripts.$$ *($$DataSourceInitializationMode$$, default: `$$embedded$$`, possible values: `ALWAYS`,`EMBEDDED`,`NEVER`)* $$password$$:: $$Login password of the database.$$ *($$String$$, default: `$$$$`)* $$schema$$:: $$Schema (DDL) script resource references.$$ *($$List$$, default: `$$$$`)* $$url$$:: $$JDBC URL of the database.$$ *($$String$$, default: `$$$$`)* diff --git a/applications/source/jdbc-source/README.adoc b/applications/source/jdbc-source/README.adoc index 946bb8b7..9265ecf7 100644 --- a/applications/source/jdbc-source/README.adoc +++ b/applications/source/jdbc-source/README.adoc @@ -34,7 +34,7 @@ $$max-messages-per-poll$$:: $$Maximum messages per poll for the default poller.$ $$data$$:: $$Data (DML) script resource references.$$ *($$List$$, default: `$$$$`)* $$driver-class-name$$:: $$Fully qualified name of the JDBC driver. Auto-detected based on the URL by default.$$ *($$String$$, default: `$$$$`)* -$$initialization-mode$$:: $$Initialize the datasource with available DDL and DML scripts.$$ *($$DataSourceInitializationMode$$, default: `$$embedded$$`, possible values: `ALWAYS`,`EMBEDDED`,`NEVER`)* +$$initialization-mode$$:: $$Mode to apply when determining if DataSource initialization should be performed using the available DDL and DML scripts.$$ *($$DataSourceInitializationMode$$, default: `$$embedded$$`, possible values: `ALWAYS`,`EMBEDDED`,`NEVER`)* $$password$$:: $$Login password of the database.$$ *($$String$$, default: `$$$$`)* $$schema$$:: $$Schema (DDL) script resource references.$$ *($$List$$, default: `$$$$`)* $$url$$:: $$JDBC URL of the database.$$ *($$String$$, default: `$$$$`)* diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index ac9def27..de1d1da5 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -20,9 +20,9 @@ springcloud/baseimage:1.0.0 5.10 ${revision} - 1.0.0-M4 - Horsham.SR9 - 3.0.9.SR9 + 1.0.0-SNAPSHOT + Horsham.BUILD-SNAPSHOT + 3.0.10.BUILD-SNAPSHOT 1.0.0-M2 1.0.0-M2 2.1.2.RELEASE