Saturday, 2 April 2011

OSGi universal shell implementation 1.0.1 released

Hi, There is a new 1.0.1 version of OSGi universal shell adapters available.

Changes:
  * Changed package to org.knowhowlab.osgi.shell
  * Changed maven groupId to org.knowhowlab.osgi.shell
  * Added Apache Felix GoGo Universal Shell Adapter

Maven artifacts:
<dependency>
    <groupId>org.knowhowlab.osgi.shell</groupId>
    <artifactId>equinox</artifactId>
    <version>1.0.1</version>
</dependency>
<dependency>
    <groupId>org.knowhowlab.osgi.shell</groupId>
    <artifactId>felix</artifactId>
    <version>1.0.1</version>
</dependency>
<dependency>
    <groupId>org.knowhowlab.osgi.shell</groupId>
    <artifactId>felix-gogo</artifactId>
    <version>1.0.1</version>
</dependency>
<dependency>
    <groupId>org.knowhowlab.osgi.shell</groupId>
    <artifactId>knopflerfish</artifactId>
    <version>1.0.1</version>
</dependency>

Cheers,
Dmytro

0 comments:

Post a Comment