Skip to content

Commit

Permalink
ARIES-610 Release by bundle - refactor trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Slattery committed Mar 18, 2011
1 parent dda9afe commit c097cc6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,36 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>blueprint</artifactId>
<version>0.4-SNAPSHOT</version>
<groupId>org.apache.aries</groupId>
<artifactId>java5-parent</artifactId>
<version>0.4</version>
<relativePath />
</parent>

<groupId>org.apache.aries.blueprint</groupId>
<artifactId>org.apache.aries.blueprint.api</artifactId>
<packaging>bundle</packaging>
<version>0.3.2-SNAPSHOT</version>
<name>Apache Aries Blueprint API</name>
<description>
This bundle contains the blueprint api 1.0.1 and the corresponding xml schema.
</description>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-api</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-api</developerConnection>
<url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-api</url>
</scm>

<properties>
<!-- Export package versions are maintained in packageinfo files -->
<aries.osgi.export.pkg>
org.osgi.service.blueprint*
</aries.osgi.export.pkg>
<aries.osgi.import>
!org.osgi.service.blueprint*,
*
</aries.osgi.import>
<aries.osgi.private.pkg />
</properties>

<dependencies>
Expand Down

0 comments on commit c097cc6

Please sign in to comment.