From 6363a0c7503bfa05f04d354ade68562d1099338e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 25 Sep 2019 23:08:34 +0200 Subject: [PATCH] Upgrade to KVision 1.0.0 --- addressbook-fullstack-jooby/gradle.properties | 2 +- addressbook-fullstack-ktor/gradle.properties | 2 +- addressbook-fullstack-spring-boot/gradle.properties | 2 +- addressbook-tabulator/gradle.properties | 2 +- addressbook/gradle.properties | 2 +- desktop/gradle.properties | 2 +- encoder-fullstack-ktor/gradle.properties | 2 +- helloworld/gradle.properties | 2 +- numbers-fullstack-jooby/gradle.properties | 2 +- numbers-fullstack-ktor/gradle.properties | 2 +- numbers-fullstack-spring-boot/gradle.properties | 2 +- pokedex/gradle.properties | 2 +- showcase/gradle.properties | 2 +- simple-mpp-fullstack-ktor/gradle.properties | 2 +- template-cordova/gradle.properties | 2 +- template-electron/gradle.properties | 2 +- template-fullstack-jooby/gradle.properties | 2 +- template-fullstack-ktor/gradle.properties | 2 +- template-fullstack-spring-boot/gradle.properties | 2 +- template/gradle.properties | 2 +- todomvc/gradle.properties | 2 +- tweets-fullstack-jooby/gradle.properties | 2 +- tweets-fullstack-ktor/gradle.properties | 2 +- tweets-fullstack-spring-boot-rpc/gradle.properties | 2 +- tweets-fullstack-spring-boot/gradle.properties | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/addressbook-fullstack-jooby/gradle.properties b/addressbook-fullstack-jooby/gradle.properties index 03aad18d..3c0c358f 100644 --- a/addressbook-fullstack-jooby/gradle.properties +++ b/addressbook-fullstack-jooby/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 joobyVersion=1.6.4 pac4jVersion=2.3.1 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/addressbook-fullstack-ktor/gradle.properties b/addressbook-fullstack-ktor/gradle.properties index 9505ed32..91b6992c 100644 --- a/addressbook-fullstack-ktor/gradle.properties +++ b/addressbook-fullstack-ktor/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 ktorVersion=1.2.4 hikariVersion=3.2.0 commonsCodecVersion=1.10 diff --git a/addressbook-fullstack-spring-boot/gradle.properties b/addressbook-fullstack-spring-boot/gradle.properties index cc5a575f..340c185d 100644 --- a/addressbook-fullstack-spring-boot/gradle.properties +++ b/addressbook-fullstack-spring-boot/gradle.properties @@ -7,7 +7,7 @@ serializationVersion=0.13.0 systemProp.dependencyManagementPluginVersion=1.0.4.RELEASE systemProp.springBootVersion=2.1.8.RELEASE #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 springMvcPac4jVersion=4.0.0-SNAPSHOT pac4jVersion=3.3.0 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/addressbook-tabulator/gradle.properties b/addressbook-tabulator/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/addressbook-tabulator/gradle.properties +++ b/addressbook-tabulator/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/addressbook/gradle.properties b/addressbook/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/addressbook/gradle.properties +++ b/addressbook/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/desktop/gradle.properties b/desktop/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/desktop/gradle.properties +++ b/desktop/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/encoder-fullstack-ktor/gradle.properties b/encoder-fullstack-ktor/gradle.properties index 9505ed32..91b6992c 100644 --- a/encoder-fullstack-ktor/gradle.properties +++ b/encoder-fullstack-ktor/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 ktorVersion=1.2.4 hikariVersion=3.2.0 commonsCodecVersion=1.10 diff --git a/helloworld/gradle.properties b/helloworld/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/helloworld/gradle.properties +++ b/helloworld/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/numbers-fullstack-jooby/gradle.properties b/numbers-fullstack-jooby/gradle.properties index 03aad18d..3c0c358f 100644 --- a/numbers-fullstack-jooby/gradle.properties +++ b/numbers-fullstack-jooby/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 joobyVersion=1.6.4 pac4jVersion=2.3.1 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/numbers-fullstack-ktor/gradle.properties b/numbers-fullstack-ktor/gradle.properties index 9505ed32..91b6992c 100644 --- a/numbers-fullstack-ktor/gradle.properties +++ b/numbers-fullstack-ktor/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 ktorVersion=1.2.4 hikariVersion=3.2.0 commonsCodecVersion=1.10 diff --git a/numbers-fullstack-spring-boot/gradle.properties b/numbers-fullstack-spring-boot/gradle.properties index cc5a575f..340c185d 100644 --- a/numbers-fullstack-spring-boot/gradle.properties +++ b/numbers-fullstack-spring-boot/gradle.properties @@ -7,7 +7,7 @@ serializationVersion=0.13.0 systemProp.dependencyManagementPluginVersion=1.0.4.RELEASE systemProp.springBootVersion=2.1.8.RELEASE #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 springMvcPac4jVersion=4.0.0-SNAPSHOT pac4jVersion=3.3.0 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/pokedex/gradle.properties b/pokedex/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/pokedex/gradle.properties +++ b/pokedex/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/showcase/gradle.properties b/showcase/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/showcase/gradle.properties +++ b/showcase/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/simple-mpp-fullstack-ktor/gradle.properties b/simple-mpp-fullstack-ktor/gradle.properties index ff9ce814..66d31aa5 100644 --- a/simple-mpp-fullstack-ktor/gradle.properties +++ b/simple-mpp-fullstack-ktor/gradle.properties @@ -1,5 +1,5 @@ kotlinVersion=1.3.50 -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 serializationVersion=0.13.0 ktorVersion=1.2.4 logbackVersion=1.2.3 diff --git a/template-cordova/gradle.properties b/template-cordova/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/template-cordova/gradle.properties +++ b/template-cordova/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/template-electron/gradle.properties b/template-electron/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/template-electron/gradle.properties +++ b/template-electron/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/template-fullstack-jooby/gradle.properties b/template-fullstack-jooby/gradle.properties index 03aad18d..3c0c358f 100644 --- a/template-fullstack-jooby/gradle.properties +++ b/template-fullstack-jooby/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 joobyVersion=1.6.4 pac4jVersion=2.3.1 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/template-fullstack-ktor/gradle.properties b/template-fullstack-ktor/gradle.properties index 9505ed32..91b6992c 100644 --- a/template-fullstack-ktor/gradle.properties +++ b/template-fullstack-ktor/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 ktorVersion=1.2.4 hikariVersion=3.2.0 commonsCodecVersion=1.10 diff --git a/template-fullstack-spring-boot/gradle.properties b/template-fullstack-spring-boot/gradle.properties index cc5a575f..340c185d 100644 --- a/template-fullstack-spring-boot/gradle.properties +++ b/template-fullstack-spring-boot/gradle.properties @@ -7,7 +7,7 @@ serializationVersion=0.13.0 systemProp.dependencyManagementPluginVersion=1.0.4.RELEASE systemProp.springBootVersion=2.1.8.RELEASE #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 springMvcPac4jVersion=4.0.0-SNAPSHOT pac4jVersion=3.3.0 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/template/gradle.properties b/template/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/template/gradle.properties +++ b/template/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/todomvc/gradle.properties b/todomvc/gradle.properties index 4cccaf84..43a1bc51 100644 --- a/todomvc/gradle.properties +++ b/todomvc/gradle.properties @@ -5,4 +5,4 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 diff --git a/tweets-fullstack-jooby/gradle.properties b/tweets-fullstack-jooby/gradle.properties index 03aad18d..3c0c358f 100644 --- a/tweets-fullstack-jooby/gradle.properties +++ b/tweets-fullstack-jooby/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 joobyVersion=1.6.4 pac4jVersion=2.3.1 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/tweets-fullstack-ktor/gradle.properties b/tweets-fullstack-ktor/gradle.properties index 9505ed32..91b6992c 100644 --- a/tweets-fullstack-ktor/gradle.properties +++ b/tweets-fullstack-ktor/gradle.properties @@ -5,7 +5,7 @@ systemProp.kotlinVersion=1.3.50 systemProp.frontendPluginVersion=0.0.45 serializationVersion=0.13.0 #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 ktorVersion=1.2.4 hikariVersion=3.2.0 commonsCodecVersion=1.10 diff --git a/tweets-fullstack-spring-boot-rpc/gradle.properties b/tweets-fullstack-spring-boot-rpc/gradle.properties index cc5a575f..340c185d 100644 --- a/tweets-fullstack-spring-boot-rpc/gradle.properties +++ b/tweets-fullstack-spring-boot-rpc/gradle.properties @@ -7,7 +7,7 @@ serializationVersion=0.13.0 systemProp.dependencyManagementPluginVersion=1.0.4.RELEASE systemProp.springBootVersion=2.1.8.RELEASE #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 springMvcPac4jVersion=4.0.0-SNAPSHOT pac4jVersion=3.3.0 springSecurityCryptoVersion=5.1.0.RELEASE diff --git a/tweets-fullstack-spring-boot/gradle.properties b/tweets-fullstack-spring-boot/gradle.properties index cc5a575f..340c185d 100644 --- a/tweets-fullstack-spring-boot/gradle.properties +++ b/tweets-fullstack-spring-boot/gradle.properties @@ -7,7 +7,7 @@ serializationVersion=0.13.0 systemProp.dependencyManagementPluginVersion=1.0.4.RELEASE systemProp.springBootVersion=2.1.8.RELEASE #Dependencies -kvisionVersion=0.0.39 +kvisionVersion=1.0.0 springMvcPac4jVersion=4.0.0-SNAPSHOT pac4jVersion=3.3.0 springSecurityCryptoVersion=5.1.0.RELEASE