Skip to content

Commit

Permalink
update bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Dec 30, 2024
1 parent bc6efb4 commit 1b0ad70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dmn-decision-table/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Decision Table
Bundle-SymbolicName: dmn-decision-table;singleton:=true
Bundle-Version: 11.3.3.qualifier
Bundle-Version: 12.0.0.qualifier
Require-Bundle: ch.ivyteam.ivy.components,
ch.ivyteam.ivy.bpm.exec,
ch.ivyteam.ivy.designer.process.ui;resolution:=optional,
Expand Down Expand Up @@ -30,4 +30,4 @@ Bundle-ClassPath: lib/camunda-commons-logging-1.4.0.jar,
lib/juel-spi-2.2.7.jar,
.
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-RequiredExecutionEnvironment: JavaSE-21
6 changes: 3 additions & 3 deletions dmn-decision-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.compiler.compliance>17</java.compiler.compliance>
<tycho.version>3.0.4</tycho.version>
<p2.repo>11.3</p2.repo>
<java.compiler.compliance>21</java.compiler.compliance>
<tycho.version>4.0.10</tycho.version>
<p2.repo>12.0</p2.repo>
</properties>

<repositories>
Expand Down

0 comments on commit 1b0ad70

Please sign in to comment.