Skip to content

Commit

Permalink
Move version history to immediately follow the status in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbang committed Feb 28, 2018
1 parent a0168ea commit 2a4cd18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.org
Expand Up @@ -7,6 +7,14 @@

[[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=lines#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=bugs#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=new_bugs#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=vulnerabilities#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=new_vulnerabilities#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=code_smells#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=new_code_smells#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=coverage#.svg]] [[https://sonarcloud.io/dashboard/index/no.steria.osgi.jsr330activator%3Ajsr330activator][file:https://sonarcloud.io/api/badges/measure?key=no.steria.osgi.jsr330activator%3Ajsr330activator&metric=new_coverage#.svg]]

** Version history
- 1.1.0
- Fixes [[https://github.com/sbang/jsr330activator/issues/2][Issue #2 Need a way to get notified on activator shutdown (for pax-web unregistration)]]
- Fixes [[https://github.com/sbang/jsr330activator/issues/4][Issue #4 Some way of handling multiple instances of the same service, and not require all of them to activate the Provider<>]]
- Fixes [[https://github.com/sbang/jsr330activator/issues/6][Issue #6 There should be some way of putting properties on provided services]]
- Fixes [[https://github.com/sbang/jsr330activator/issues/9][Issue #9 jsr330activator only supports a single provider for each type]]
- 1.0.1 First successful release
- 1.0.0 Failed deployment to OSSRH (aka. "maven central")
** FAQ
*** What's this?

Expand Down Expand Up @@ -238,14 +246,6 @@ There may be some use cases where this is useful.
- A maven project containing Pax Exam integration tests that starts up OSGi containers to test the activator on actual OSGi bundles
- jsr330activator.gogoshell
- A project that doesn't participate in the automated build and testing, but is used to start a "gogo shell" with jsr330activator.testbundle1, jsr330activator.testbundle2 and jsr330activator.testbundle3 to be able to examine whether the bundles start up and shut down properly and what services they expose etc.
** Version history
- 1.1.0
- Fixes [[https://github.com/sbang/jsr330activator/issues/2][Issue #2 Need a way to get notified on activator shutdown (for pax-web unregistration)]]
- Fixes [[https://github.com/sbang/jsr330activator/issues/4][Issue #4 Some way of handling multiple instances of the same service, and not require all of them to activate the Provider<>]]
- Fixes [[https://github.com/sbang/jsr330activator/issues/6][Issue #6 There should be some way of putting properties on provided services]]
- Fixes [[https://github.com/sbang/jsr330activator/issues/9][Issue #9 jsr330activator only supports a single provider for each type]]
- 1.0.1 First successful release
- 1.0.0 Failed deployment to OSSRH (aka. "maven central")
** Development stuff
Some development-related links:
- [[https://github.com/sbang/jsr330activator][Source code on github]]
Expand Down

0 comments on commit 2a4cd18

Please sign in to comment.