Skip to content

Commit 35ecf8b

Browse files
committed
Release 1.0.0 of channels
1 parent 2c0d09d commit 35ecf8b

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

bench/bench-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.softwaremill.jox</groupId>
88
<artifactId>bench</artifactId>
9-
<version>1.0.0-RC1</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>bench-java</artifactId>
13-
<version>1.0.0-RC1</version>
13+
<version>1.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<build>

bench/bench-kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.softwaremill.jox</groupId>
88
<artifactId>bench</artifactId>
9-
<version>1.0.0-RC1</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>bench-kotlin</artifactId>
13-
<version>1.0.0-RC1</version>
13+
<version>1.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<properties>

bench/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.softwaremill.jox</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>1.0.0-RC1</version>
11+
<version>1.0.0</version>
1212
</parent>
1313

1414
<artifactId>bench</artifactId>
1515
<packaging>pom</packaging>
16-
<version>1.0.0-RC1</version>
16+
<version>1.0.0</version>
1717

1818
<modules>
1919
<module>bench-java</module>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.softwaremill.jox</groupId>
4242
<artifactId>channels</artifactId>
43-
<version>1.0.0-RC1</version>
43+
<version>1.0.0</version>
4444
</dependency>
4545
</dependencies>
4646

channels/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.softwaremill.jox</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.0.0-RC1</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>channels</artifactId>
13-
<version>1.0.0-RC1</version>
13+
<version>1.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

docs/channels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Maven:
1717
<dependency>
1818
<groupId>com.softwaremill.jox</groupId>
1919
<artifactId>channels</artifactId>
20-
<version>1.0.0-RC1</version>
20+
<version>1.0.0</version>
2121
</dependency>
2222
```
2323

2424
Gradle:
2525

2626
```groovy
27-
implementation 'com.softwaremill.jox:channels:1.0.0-RC1'
27+
implementation 'com.softwaremill.jox:channels:1.0.0'
2828
```
2929

3030
## Buffered channel

flows/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.softwaremill.jox</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.0.0-RC1</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>flows</artifactId>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.softwaremill.jox</groupId>
3131
<artifactId>channels</artifactId>
32-
<version>1.0.0-RC1</version>
32+
<version>1.0.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.softwaremill.jox</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.softwaremill.jox</groupId>
99
<artifactId>parent</artifactId>
1010
<packaging>pom</packaging>
11-
<version>1.0.0-RC1</version>
11+
<version>1.0.0</version>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

structured/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.softwaremill.jox</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.0.0-RC1</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>structured</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.softwaremill.jox</groupId>
1919
<artifactId>channels</artifactId>
20-
<version>1.0.0-RC1</version>
20+
<version>1.0.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)