Skip to content

Commit

Permalink
Dependency and license update. Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed May 1, 2024
1 parent 6257101 commit 4a1e403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The MIT License (MIT)
Copyright (c) 2022-2023 Roberto Gentili
Copyright (c) 2022 Roberto Gentili
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down Expand Up @@ -93,7 +93,7 @@
<jacoco-maven-plugin.version>0.7.6.201602180812</jacoco-maven-plugin.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<junit.version>1.10.0</junit.version>
<burningwave-jvm-driver.version>8.15.0</burningwave-jvm-driver.version>
<burningwave-jvm-driver.version>8.16.0</burningwave-jvm-driver.version>
<burningwave-common.version>0.4.0</burningwave-common.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
Expand Down Expand Up @@ -256,7 +256,7 @@
<Bundle-Description>${project.description}</Bundle-Description>
<Bundle-Version>${project.version}</Bundle-Version>
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
<Import-Package>io.github.toolfactory.jvm;version="9.6.0";resolution:=optional,org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,org.burningwave;version="${burningwave-common.version}"</Import-Package>
<Import-Package>io.github.toolfactory.jvm;version="9.7.0";resolution:=optional,org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional,org.burningwave;version="${burningwave-common.version}"</Import-Package>
<Multi-Release>true</Multi-Release>
<_dsannotations>*</_dsannotations><!-- Enable processing of OSGI DS component annotations -->
<_metatypeannotations>*</_metatypeannotations><!-- Enable processing of OSGI metatype annotations -->
Expand Down

0 comments on commit 4a1e403

Please sign in to comment.