Skip to content

Commit

Permalink
Fixes #254: ODFDOM: remove OSGI version constraints
Browse files Browse the repository at this point in the history
Apply patch proposed by Boarschti42 to remove incorrect version
constraints. (Possibly they were added at a time when the version number
was 1.0.0-BETA...)
  • Loading branch information
mistmist authored and svanteschubert committed Oct 18, 2023
1 parent 84651a7 commit d452c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions odfdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
<configuration>
<instructions>
<Import-Package>
org.odftoolkit.odfdom;version="${osgi.import.range}",
org.odftoolkit.odfdom.*;version="${osgi.import.range}",
!org.odftoolkit.odfdom,
!org.odftoolkit.odfdom.*,
*
</Import-Package>
</instructions>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<release.zip.bin>odftoolkit-${project.version}-bin.zip</release.zip.bin>
<release.zip.doc>odftoolkit-${project.version}-doc.zip</release.zip.doc>
<release.zip.src>odftoolkit-${project.version}-src.zip</release.zip.src>
<osgi.import.range>[1.0,2)</osgi.import.range>
<supported-odf-version>1.2</supported-odf-version>
<skipTests>false</skipTests>
<!-- to skip even compiling the tests is honored by Surefire, Failsafe and Compiler Plugin -->
Expand Down

0 comments on commit d452c0a

Please sign in to comment.