diff --git a/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle b/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle index 8d6de4995..abc5fb572 100644 --- a/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle +++ b/nflow-examples/spring-boot/bare-minimum/gradle/build.gradle @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation 'io.nflow:nflow-engine:9.0.0-SNAPSHOT' + implementation 'io.nflow:nflow-engine:10.0.0' implementation 'org.springframework.boot:spring-boot-starter-jdbc' runtimeOnly 'com.h2database:h2:2.2.220' 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 d3d7f4bcc..0dd289aba 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 - 9.0.0-SNAPSHOT + 10.0.0 diff --git a/nflow-examples/spring-boot/full-stack-kotlin/gradle.properties b/nflow-examples/spring-boot/full-stack-kotlin/gradle.properties index e22a6fb96..3a1b8ddd2 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.4.11 -nflowVersion=9.0.0-SNAPSHOT +nflowVersion=10.0.0 diff --git a/nflow-examples/spring-boot/full-stack/gradle/build.gradle b/nflow-examples/spring-boot/full-stack/gradle/build.gradle index 1aa512ecf..213935d4b 100644 --- a/nflow-examples/spring-boot/full-stack/gradle/build.gradle +++ b/nflow-examples/spring-boot/full-stack/gradle/build.gradle @@ -22,12 +22,12 @@ configurations { } dependencies { - implementation 'io.nflow:nflow-rest-api-spring-web:9.0.0-SNAPSHOT' + implementation 'io.nflow:nflow-rest-api-spring-web:10.0.0' implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.springframework.boot:spring-boot-starter-web' runtimeOnly 'com.h2database:h2:2.2.220' testImplementation 'org.springframework.boot:spring-boot-starter-test' - nflowExplorer group: 'io.nflow', name: 'nflow-explorer', version: '9.0.0-SNAPSHOT', ext: 'tar.gz' + nflowExplorer group: 'io.nflow', name: 'nflow-explorer', version: '10.0.0', 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 83732b493..32ab4d844 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 - 9.0.0-SNAPSHOT + 10.0.0 com.h2database @@ -65,7 +65,7 @@ io.nflow nflow-explorer - 9.0.0-SNAPSHOT + 10.0.0 tar.gz true ${project.build.outputDirectory}/static/explorer