File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Create a Maven project. Add the following to your `pom.xml`. nFlow is available
18
18
<dependency >
19
19
<groupId >com.nitorcreations</groupId >
20
20
<artifactId >nflow-jetty</artifactId >
21
- <version >3.2 .0</version >
21
+ <version >3.3 .0</version >
22
22
</dependency >
23
23
```
24
24
Create a class for starting nFlow in embedded Jetty using H2 memory database.
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<artifactId >nflow-root</artifactId >
15
15
<groupId >com.nitorcreations</groupId >
16
- <version >3.3.0-SNAPSHOT </version >
16
+ <version >3.3.0</version >
17
17
</parent >
18
18
<dependencies >
19
19
<dependency >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<artifactId >nflow-root</artifactId >
15
15
<groupId >com.nitorcreations</groupId >
16
- <version >3.3.0-SNAPSHOT </version >
16
+ <version >3.3.0</version >
17
17
</parent >
18
18
<properties >
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >com.nitorcreations</groupId >
14
14
<artifactId >nflow-root</artifactId >
15
- <version >3.3.0-SNAPSHOT </version >
15
+ <version >3.3.0</version >
16
16
</parent >
17
17
<dependencies >
18
18
<dependency >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >com.nitorcreations</groupId >
15
15
<artifactId >nflow-root</artifactId >
16
- <version >3.3.0-SNAPSHOT </version >
16
+ <version >3.3.0</version >
17
17
</parent >
18
18
<build >
19
19
<plugins >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<artifactId >nflow-root</artifactId >
14
14
<groupId >com.nitorcreations</groupId >
15
- <version >3.3.0-SNAPSHOT </version >
15
+ <version >3.3.0</version >
16
16
</parent >
17
17
<properties >
18
18
<EMPTY ></EMPTY >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >com.nitorcreations</groupId >
14
14
<artifactId >nflow-root</artifactId >
15
- <version >3.3.0-SNAPSHOT </version >
15
+ <version >3.3.0</version >
16
16
</parent >
17
17
<dependencies >
18
18
<dependency >
Original file line number Diff line number Diff line change 6
6
<artifactId >nflow-root</artifactId >
7
7
<packaging >pom</packaging >
8
8
<description >nFlow Root</description >
9
- <version >3.3.0-SNAPSHOT </version >
9
+ <version >3.3.0</version >
10
10
<url >http://nflow.io</url >
11
11
<licenses >
12
12
<license >
You can’t perform that action at this time.
0 commit comments