Skip to content

Commit

Permalink
release(v0.4.0): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 9, 2024
1 parent 78ea065 commit 050a04f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<packaging>pom</packaging>
Expand All @@ -15,7 +13,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.4</version>
<relativePath/>
<relativePath />
</parent>

<modules>
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</version>
<version>0.4.1-SNAPSHOT</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</version>
<version>0.4.1-SNAPSHOT</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</version>
<version>0.4.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 050a04f

Please sign in to comment.