뉴스/소식

Apache Sling Commons OSGi 2.0.6, Launchpad Base 2.2.0과 Maven Launchpad Plugin 2.0.6 릴리즈

노안돼지 2010. 5. 3. 10:53


The Apache Sling team is pleased to announce the release of Apache Sling Commons OSGi 2.0.6, Launchpad Base 2.2.0 and Maven Launchpad Plugin 2.0.6.

Apache Sling Commons OSGi provides utility methods when implementing OSGi related services
and components.

Apache Sling Launchpad Base contains the core Launchpad OSGi application framework.

Apache Sling Maven Launchpad Plugin facilitates the development, execution, and distribution of Launchpad-based OSGi applications.

This release is available from http://sling.apache.org/site/downloads.cgi and Maven:

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.commons.osgi</artifactId>
    <version>2.0.6</version>
</dependency>

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.launchpad.base</artifactId>
    <version>2.2.0</version>
</dependency>

<plugin>
    <groupId>org.apache.sling</groupId>
    <artifactId>maven-launchpad-plugin</artifactId>
    <version>2.0.6</version>
</plugin>


Release Notes - Sling - Version Commons OSGi 2.0.6

Enjoy!

-The Sling team