File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 162162 <instructions >
163163 <Bundle-SymbolicName >${project.groupId} </Bundle-SymbolicName >
164164 <Import-Package >
165- org.osgi.framework,
166- org.slf4j
165+ org.osgi.framework
167166 </Import-Package >
168167 <Export-Package >
169168 !org.atlanmod.commons.*.internal.*,
Original file line number Diff line number Diff line change 258258 <configuration >
259259 <exportScr >true</exportScr >
260260 <instructions >
261- <Bundle-Version >
262- ${project.version}
263- </Bundle-Version >
264261 <!-- Bundle-Version>
265- 1.1.0.${maven.build.timestamp}
266- 1.0.6
262+ For an unknown reason, Felix (or BND?) does not replace 'SNAPSHOT' by 'qualifier', as
263+ it was supposed to do.
264+ ${project.version}
267265 </Bundle-Version-->
266+ <Bundle-Version >
267+ 1.1.0.${maven.build.timestamp}
268+ </Bundle-Version >
268269 <Bundle-ClassPath >.,{maven-dependencies}</Bundle-ClassPath >
269270 <Import-Package />
270271 <Embed-Dependency >
You can’t perform that action at this time.
0 commit comments