File tree 8 files changed +16
-16
lines changed
8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.softwaremill.jox</groupId >
8
8
<artifactId >bench</artifactId >
9
- <version >1.0.0-RC1 </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >bench-java</artifactId >
13
- <version >1.0.0-RC1 </version >
13
+ <version >1.0.0</version >
14
14
<packaging >jar</packaging >
15
15
16
16
<build >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.softwaremill.jox</groupId >
8
8
<artifactId >bench</artifactId >
9
- <version >1.0.0-RC1 </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >bench-kotlin</artifactId >
13
- <version >1.0.0-RC1 </version >
13
+ <version >1.0.0</version >
14
14
<packaging >jar</packaging >
15
15
16
16
<properties >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.softwaremill.jox</groupId >
10
10
<artifactId >parent</artifactId >
11
- <version >1.0.0-RC1 </version >
11
+ <version >1.0.0</version >
12
12
</parent >
13
13
14
14
<artifactId >bench</artifactId >
15
15
<packaging >pom</packaging >
16
- <version >1.0.0-RC1 </version >
16
+ <version >1.0.0</version >
17
17
18
18
<modules >
19
19
<module >bench-java</module >
40
40
<dependency >
41
41
<groupId >com.softwaremill.jox</groupId >
42
42
<artifactId >channels</artifactId >
43
- <version >1.0.0-RC1 </version >
43
+ <version >1.0.0</version >
44
44
</dependency >
45
45
</dependencies >
46
46
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.softwaremill.jox</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >1.0.0-RC1 </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >channels</artifactId >
13
- <version >1.0.0-RC1 </version >
13
+ <version >1.0.0</version >
14
14
<packaging >jar</packaging >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Maven:
17
17
<dependency >
18
18
<groupId >com.softwaremill.jox</groupId >
19
19
<artifactId >channels</artifactId >
20
- <version >1.0.0-RC1 </version >
20
+ <version >1.0.0</version >
21
21
</dependency >
22
22
```
23
23
24
24
Gradle:
25
25
26
26
``` groovy
27
- implementation 'com.softwaremill.jox:channels:1.0.0-RC1 '
27
+ implementation 'com.softwaremill.jox:channels:1.0.0'
28
28
```
29
29
30
30
## Buffered channel
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.softwaremill.jox</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >1.0.0-RC1 </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >flows</artifactId >
29
29
<dependency >
30
30
<groupId >com.softwaremill.jox</groupId >
31
31
<artifactId >channels</artifactId >
32
- <version >1.0.0-RC1 </version >
32
+ <version >1.0.0</version >
33
33
</dependency >
34
34
<dependency >
35
35
<groupId >com.softwaremill.jox</groupId >
Original file line number Diff line number Diff line change 8
8
<groupId >com.softwaremill.jox</groupId >
9
9
<artifactId >parent</artifactId >
10
10
<packaging >pom</packaging >
11
- <version >1.0.0-RC1 </version >
11
+ <version >1.0.0</version >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.softwaremill.jox</groupId >
8
8
<artifactId >parent</artifactId >
9
- <version >1.0.0-RC1 </version >
9
+ <version >1.0.0</version >
10
10
</parent >
11
11
12
12
<artifactId >structured</artifactId >
17
17
<dependency >
18
18
<groupId >com.softwaremill.jox</groupId >
19
19
<artifactId >channels</artifactId >
20
- <version >1.0.0-RC1 </version >
20
+ <version >1.0.0</version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments