Skip to content

Commit

Permalink
Merge pull request olap4j#5 from pentaho-nbaker/master
Browse files Browse the repository at this point in the history
Changes to POM to make the artifact an OSGI bundle. Upped version.
  • Loading branch information
lucboudreau committed Jan 9, 2014
2 parents 2c4eb19 + 2939112 commit e4057ae
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 e4057ae

Please sign in to comment.