Skip to content

Commit

Permalink
release(v0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 28, 2022
1 parent f3c1308 commit 8c48233
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 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 @@ -5,7 +5,7 @@
<parent>
<artifactId>backend-diagram-converter-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.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 @@ -5,7 +5,7 @@
<parent>
<artifactId>backend-diagram-converter-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,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 @@ -6,7 +6,7 @@
<parent>
<artifactId>camunda-7-to-8-migration</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.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 @@ -5,7 +5,7 @@
<parent>
<artifactId>backend-diagram-converter-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.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 @@ -8,7 +8,7 @@
<parent>
<groupId>org.camunda.community.migration</groupId>
<artifactId>camunda-7-to-8-migration</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

<parent>
Expand Down

0 comments on commit 8c48233

Please sign in to comment.