Skip to content

Commit 8ec5d98

Browse files
committed
Fixed generated OSGI versions
1 parent 389aecf commit 8ec5d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
<configuration>
199199
<manifestLocation>META-INF</manifestLocation>
200200
<instructions>
201+
<Bundle-Version>$(replace;$(project.version);-SNAPSHOT;.$(tstamp;yyyyMMdd-HHmm))</Bundle-Version>
201202
<Bundle-Vendor>Sonatype</Bundle-Vendor>
202203
<Import-Package>
203204
org.jboss.netty.*;resolution:=optional,
@@ -206,7 +207,7 @@
206207
*
207208
</Import-Package>
208209
<Export-Package>
209-
com.ning.http.*;version="1.6.3"
210+
com.ning.http.*;version="$(replace;$(project.version);-SNAPSHOT;"")"
210211
</Export-Package>
211212
</instructions>
212213
</configuration>

0 commit comments

Comments
 (0)