Skip to content

Commit

Permalink
release(v0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 9, 2024
1 parent 11c6a61 commit 78ea065
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.camunda.bpm.extension.dmn</groupId>
<artifactId>xlsx-dmn-root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<name>DMN-XLSX Root</name>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xlsx-dmn-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.dmn</groupId>
<artifactId>xlsx-dmn-root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>dmn-xlsx-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xlsx-dmn-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.dmn</groupId>
<artifactId>xlsx-dmn-root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>dmn-xlsx-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xlsx-engine-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.dmn</groupId>
<artifactId>xlsx-dmn-root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>dmn-xlsx-process-engine-plugin</artifactId>
Expand Down

0 comments on commit 78ea065

Please sign in to comment.