Skip to content

Commit

Permalink
updated nflow-examples for version 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Sep 15, 2021
1 parent e5d2cfb commit 307fe8e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion nflow-examples/spring-boot/bare-minimum/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-engine</artifactId>
<version>7.3.0</version>
<version>7.3.1</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
logbackVersion=1.2.3
nflowVersion=7.3.0
nflowVersion=7.3.1
4 changes: 2 additions & 2 deletions nflow-examples/spring-boot/full-stack/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions nflow-examples/spring-boot/full-stack/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-rest-api-spring-web</artifactId>
<version>7.3.0</version>
<version>7.3.1</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<artifactItem>
<groupId>io.nflow</groupId>
<artifactId>nflow-explorer</artifactId>
<version>7.3.0</version>
<version>7.3.1</version>
<type>tar.gz</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.outputDirectory}/static/explorer</outputDirectory>
Expand Down

0 comments on commit 307fe8e

Please sign in to comment.