Skip to content

Commit

Permalink
Bismuth-RELEASE (core 3.1.0.RELEASE)
Browse files Browse the repository at this point in the history
+ stop displaying milestones/pre-release versions
+ start displaying link to KDoc for core/test along javadoc links
  • Loading branch information
simonbasle committed Sep 25, 2017
1 parent 04313ca commit 997f866
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 93 deletions.
13 changes: 13 additions & 0 deletions src/main/resources/modules.yml
Expand Up @@ -3,20 +3,24 @@ name: core
groupId: io.projectreactor
artifactId: reactor-core
versions:
- 3.1.0.RELEASE
- 3.0.7.RELEASE
- 3.0.6.RELEASE
- 3.0.5.RELEASE
- 3.0.4.RELEASE
- 3.0.3.RELEASE
- 3.1.0.BUILD-SNAPSHOT
- 3.1.0.RC2
- 3.1.0.RC1
- 3.1.0.M3
---
name: test
groupId: io.projectreactor
artifactId: reactor-test
versions:
- 3.1.0.RELEASE
- 3.1.0.BUILD-SNAPSHOT
- 3.1.0.RC2
- 3.1.0.RC1
- 3.1.0.M3
---
Expand All @@ -35,29 +39,34 @@ name: adapter
groupId: io.projectreactor.addons
artifactId: reactor-adapter
versions:
- 3.1.0.RELEASE
- 3.0.7.RELEASE
- 3.0.6.RELEASE
- 3.0.5.RELEASE
- 3.0.4.RELEASE
- 3.0.3.RELEASE
- 3.1.0.BUILD-SNAPSHOT
- 3.1.0.RC2
- 3.1.0.RC1
- 3.1.0.M3
---
name: extra
groupId: io.projectreactor.addons
artifactId: reactor-extra
versions:
- 3.1.0.RELEASE
- 3.0.7.RELEASE
- 3.0.6.RELEASE
- 3.1.0.BUILD-SNAPSHOT
- 3.1.0.RC2
- 3.1.0.RC1
- 3.1.0.M3
---
name: netty
groupId: io.projectreactor.ipc
artifactId: reactor-netty
versions:
- 0.7.0.RELEASE
- 0.6.5.RELEASE
- 0.6.4.RELEASE
- 0.6.3.RELEASE
Expand All @@ -66,8 +75,10 @@ versions:
- 0.6.0.RELEASE
- 0.5.2.RELEASE
- 0.7.0.BUILD-SNAPSHOT
- 0.7.0.RC1
- 0.7.0.M2
- 0.7.0.M1

---
name: ipc
groupId: io.projectreactor.ipc
Expand All @@ -83,6 +94,8 @@ name: kafka
groupId: io.projectreactor.kafka
artifactId: reactor-kafka
versions:
- 1.0.0.RELEASE
- 1.0.0.RC1
- 1.0.0.M4
- 1.0.0.M3
- 1.0.0.BUILD-SNAPSHOT

0 comments on commit 997f866

Please sign in to comment.