Skip to content

Commit 4a1e403

Browse files
Dependency and license update. Releasing new version
1 parent 6257101 commit 4a1e403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
The MIT License (MIT)
1111
12-
Copyright (c) 2022-2023 Roberto Gentili
12+
Copyright (c) 2022 Roberto Gentili
1313
1414
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
1515
documentation files (the "Software"), to deal in the Software without restriction, including without
@@ -93,7 +93,7 @@
9393
<jacoco-maven-plugin.version>0.7.6.201602180812</jacoco-maven-plugin.version>
9494
<junit-jupiter.version>5.10.0</junit-jupiter.version>
9595
<junit.version>1.10.0</junit.version>
96-
<burningwave-jvm-driver.version>8.15.0</burningwave-jvm-driver.version>
96+
<burningwave-jvm-driver.version>8.16.0</burningwave-jvm-driver.version>
9797
<burningwave-common.version>0.4.0</burningwave-common.version>
9898
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
9999
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
@@ -256,7 +256,7 @@
256256
<Bundle-Description>${project.description}</Bundle-Description>
257257
<Bundle-Version>${project.version}</Bundle-Version>
258258
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
259-
<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>
259+
<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>
260260
<Multi-Release>true</Multi-Release>
261261
<_dsannotations>*</_dsannotations><!-- Enable processing of OSGI DS component annotations -->
262262
<_metatypeannotations>*</_metatypeannotations><!-- Enable processing of OSGI metatype annotations -->

0 commit comments

Comments
 (0)