mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2432 - felix bundle plugin and osgi metadata
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@820221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af10622e7a
commit
3f84ef2906
4
pom.xml
4
pom.xml
|
@ -80,7 +80,7 @@
|
||||||
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
|
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
|
||||||
<xstream-version>1.3.1</xstream-version>
|
<xstream-version>1.3.1</xstream-version>
|
||||||
<xbean-version>3.6</xbean-version>
|
<xbean-version>3.6</xbean-version>
|
||||||
<felix-version>1.0.0</felix-version>
|
<felix-version>2.0.1</felix-version>
|
||||||
<commons-net-version>2.0</commons-net-version>
|
<commons-net-version>2.0</commons-net-version>
|
||||||
<ftpserver-version>1.0.0</ftpserver-version>
|
<ftpserver-version>1.0.0</ftpserver-version>
|
||||||
<site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
|
<site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
|
||||||
|
@ -1066,6 +1066,8 @@
|
||||||
<Private-Package>${activemq.osgi.private.pkg}</Private-Package>
|
<Private-Package>${activemq.osgi.private.pkg}</Private-Package>
|
||||||
<Implementation-Title>Apache ActiveMQ</Implementation-Title>
|
<Implementation-Title>Apache ActiveMQ</Implementation-Title>
|
||||||
<Implementation-Version>${project.version}</Implementation-Version>
|
<Implementation-Version>${project.version}</Implementation-Version>
|
||||||
|
<_versionpolicy>[$(version;==;$(@)),$(version;=+;$(@)))</_versionpolicy>
|
||||||
|
<_failok>${servicemix.osgi.failok}</_failok>
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue