File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ The latest preview release is available on Maven Central as
8
8
<dependency >
9
9
<groupId >org.reactivestreams</groupId >
10
10
<artifactId >reactive-streams</artifactId >
11
- <version >1.0.0.RC5 </version >
11
+ <version >1.0.0</version >
12
12
</dependency >
13
13
<dependency >
14
14
<groupId >org.reactivestreams</groupId >
15
15
<artifactId >reactive-streams-tck</artifactId >
16
- <version >1.0.0.RC5 </version >
16
+ <version >1.0.0</version >
17
17
<scope >test</scope >
18
18
</dependency >
19
19
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ subprojects {
3
3
apply plugin : " osgi"
4
4
5
5
group = " org.reactivestreams"
6
- version = " 1.0.0.RC5 "
6
+ version = " 1.0.0"
7
7
8
8
sourceCompatibility = 1.6
9
9
targetCompatibility = 1.6
@@ -36,11 +36,13 @@ subprojects {
36
36
mavenCentral()
37
37
}
38
38
39
+
39
40
jar {
40
41
manifest {
41
- instruction " Bundle-Vendor" , " Reactive Streams SIG"
42
- instruction " Bundle-Description" , " Reactive Streams API"
43
- instruction " Bundle-DocURL" , " http://reactive-streams.org"
42
+ instructionReplace " Bundle-Vendor" , " Reactive Streams SIG"
43
+ instructionReplace " Bundle-Description" , " Reactive Streams API"
44
+ instructionReplace " Bundle-DocURL" , " http://reactive-streams.org"
45
+ instructionReplace " Bundle-Version" , " 1.0.0.release"
44
46
}
45
47
}
46
48
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The TCK is provided as binary artifact on [Maven Central](http://search.maven.or
27
27
<dependency >
28
28
<groupId >org.reactivestreams</groupId >
29
29
<artifactId >reactive-streams-tck</artifactId >
30
- <version >1.0.0.RC5 </version >
30
+ <version >1.0.0</version >
31
31
<scope >test</scope >
32
32
</dependency >
33
33
```
You can’t perform that action at this time.
0 commit comments