Skip to content

Commit

Permalink
Changes to POM to make the artifact an OSGI bundle. Upped version to …
Browse files Browse the repository at this point in the history
…0.0.2-SNAPSHOT due to the change.
  • Loading branch information
pentaho-nbaker committed Dec 5, 2013
1 parent 2c4eb19 commit 2939112
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- The basics. -->
<groupId>org.olap4j</groupId>
<artifactId>olap4j-xmlaserver</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<version>0.0.2-SNAPSHOT</version>
<packaging>bundle</packaging>

<!-- More project information. -->
<name>olap4j-xmlaserver</name>
Expand Down Expand Up @@ -130,6 +130,15 @@
<excludes/>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
</instructions>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 2939112

Please sign in to comment.