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 Dec 5, 2022
1 parent 7405eac commit ca58db4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion backend-diagram-converter/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>backend-diagram-converter-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend-diagram-converter/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>backend-diagram-converter-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ private Set<String> readHtmlList(String resourceName) {
new BufferedReader(new InputStreamReader(in))
.lines()
.collect(Collectors.joining("\n")))
.body()
.childNodes()
.stream()
.body().childNodes().stream()
.flatMap(node -> node.childNodes().stream())
.flatMap(node -> node.childNodes().stream())
.flatMap(node -> node.childNodes().stream())
Expand Down
2 changes: 1 addition & 1 deletion backend-diagram-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>camunda-7-to-8-migration</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modules>
<module>core</module>
Expand Down
2 changes: 1 addition & 1 deletion backend-diagram-converter/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>backend-diagram-converter-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion camunda-7-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.camunda.community.migration</groupId>
<artifactId>camunda-7-to-8-migration</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>camunda-7-to-8-migration</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modules>
<module>process-solution-camunda-7</module>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.camunda.community.migration</groupId>
<artifactId>camunda-7-to-8-migration</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit ca58db4

Please sign in to comment.