From 307fe8ea315e7c940c4f6abcaab3dd6dee923fdf Mon Sep 17 00:00:00 2001 From: Edvard Fonsell Date: Wed, 15 Sep 2021 13:36:07 +0300 Subject: [PATCH] updated nflow-examples for version 7.3.1 --- nflow-examples/spring-boot/bare-minimum/gradle/build.gradle | 2 +- nflow-examples/spring-boot/bare-minimum/maven/pom.xml | 2 +- .../spring-boot/full-stack-kotlin/gradle.properties | 2 +- nflow-examples/spring-boot/full-stack/gradle/build.gradle | 4 ++-- nflow-examples/spring-boot/full-stack/maven/pom.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle b/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle index ab65d5736..9a379e476 100644 --- a/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle +++ b/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle @@ -13,7 +13,7 @@ repositories { } dependencies { - compile("io.nflow:nflow-engine:7.3.0") + compile("io.nflow:nflow-engine:7.3.1") implementation 'org.springframework.boot:spring-boot-starter-jdbc' runtimeOnly 'com.h2database:h2' testImplementation 'org.springframework.boot:spring-boot-starter-test' diff --git a/nflow-examples/spring-boot/bare-minimum/maven/pom.xml b/nflow-examples/spring-boot/bare-minimum/maven/pom.xml index c83199fca..426892c29 100644 --- a/nflow-examples/spring-boot/bare-minimum/maven/pom.xml +++ b/nflow-examples/spring-boot/bare-minimum/maven/pom.xml @@ -24,7 +24,7 @@ io.nflow nflow-engine - 7.3.0 + 7.3.1 diff --git a/nflow-examples/spring-boot/full-stack-kotlin/gradle.properties b/nflow-examples/spring-boot/full-stack-kotlin/gradle.properties index f3160863d..3dc429fb6 100644 --- a/nflow-examples/spring-boot/full-stack-kotlin/gradle.properties +++ b/nflow-examples/spring-boot/full-stack-kotlin/gradle.properties @@ -1,2 +1,2 @@ logbackVersion=1.2.3 -nflowVersion=7.3.0 +nflowVersion=7.3.1 diff --git a/nflow-examples/spring-boot/full-stack/gradle/build.gradle b/nflow-examples/spring-boot/full-stack/gradle/build.gradle index bd22f1f38..66ac7a218 100644 --- a/nflow-examples/spring-boot/full-stack/gradle/build.gradle +++ b/nflow-examples/spring-boot/full-stack/gradle/build.gradle @@ -18,12 +18,12 @@ configurations { } dependencies { - compile("io.nflow:nflow-rest-api-spring-web:7.3.0") + compile("io.nflow:nflow-rest-api-spring-web:7.3.1") implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.springframework.boot:spring-boot-starter-web' runtimeOnly 'com.h2database:h2' testImplementation 'org.springframework.boot:spring-boot-starter-test' - nflowExplorer group: 'io.nflow', name: 'nflow-explorer', version: '7.3.0', ext: 'tar.gz' + nflowExplorer group: 'io.nflow', name: 'nflow-explorer', version: '7.3.1', ext: 'tar.gz' } task resolveNflowExplorer(type: Copy) { diff --git a/nflow-examples/spring-boot/full-stack/maven/pom.xml b/nflow-examples/spring-boot/full-stack/maven/pom.xml index 5d5dac9e2..c35700d67 100644 --- a/nflow-examples/spring-boot/full-stack/maven/pom.xml +++ b/nflow-examples/spring-boot/full-stack/maven/pom.xml @@ -29,7 +29,7 @@ io.nflow nflow-rest-api-spring-web - 7.3.0 + 7.3.1 com.h2database @@ -64,7 +64,7 @@ io.nflow nflow-explorer - 7.3.0 + 7.3.1 tar.gz true ${project.build.outputDirectory}/static/explorer