Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Releases

Current Release

1.2 3 is the current release of Distributed OSGi, as of July 25th 2010February 6th 2012. For more information on what's new in this release, please see the README and release notes in each distribution. The various distributions can be downloaded as follows:

Maven

@@@ TODO: this section needs updating

...

Code Block
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-bundle-minimal</artifactId>
  <version>2.2.9</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
  <version>1.3-SNAPSHOT</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
  <version>1.3-SNAPSHOT</version>
</dependency>

Archived Releases

1.2 was released July 25th 2010.

1.1 was released Dec 1st, 2009.

...