Skip to content

Commit

Permalink
Merge pull request #40 from dana-i2cat/improv/upgrade-maven-bundle-pl…
Browse files Browse the repository at this point in the history
…ugin-2.5.3

Improv/upgrade maven bundle plugin 2.5.3
  • Loading branch information
Julio Carlos Barrera Juez committed Feb 6, 2015
2 parents f7a4236 + 4695ab7 commit 533f597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -171,7 +171,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.5</version>
<version>2.5.3</version>
<extensions>true</extensions>
<!--
| the following instructions build a simple set of public/private
Expand All @@ -188,7 +188,7 @@
<!--
<Private-Package></Private-Package> if i need a private package
-->
<Import-Package>!${project.artifactId}.*,*</Import-Package>
<Import-Package>!net.i2cat.netconf,!net.i2cat.netconf.*,*</Import-Package>
<Export-Package>net.i2cat.netconf.*</Export-Package>
<Bundle-ClassPath>.,
lib/ganymed-ssh2-build210.jar
Expand Down

0 comments on commit 533f597

Please sign in to comment.