Skip to content

Commit e57984d

Browse files
authored
=build reactive-streams#349 equal osgi manifest version as real version
To have a tangible PR to talk about. Probably enough to resolve reactive-streams#349 Would be followed up with change to 1.0.1 eventually.
1 parent 7c87722 commit e57984d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ subprojects {
4242
instructionReplace "Bundle-Vendor", "Reactive Streams SIG"
4343
instructionReplace "Bundle-Description", "Reactive Streams API"
4444
instructionReplace "Bundle-DocURL", "http://reactive-streams.org"
45-
instructionReplace "Bundle-Version", "1.0.0.release"
45+
instructionReplace "Bundle-Version", "1.0.0"
4646
}
4747
}
4848

0 commit comments

Comments
 (0)