Skip to content

Commit

Permalink
Fix pom warnings
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1776302 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cziegeler committed Dec 28, 2016
1 parent 5e208ed commit 48df842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coordinator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Category>osgi</Bundle-Category>
<Bundle-SymbolicName>
${artifactId}
${project.artifactId}
</Bundle-SymbolicName>
<Bundle-DocURL>
http://felix.apache.org/site/apache-felix-coordination-service.html
Expand Down

0 comments on commit 48df842

Please sign in to comment.