Skip to content

Commit

Permalink
release(v0.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 30, 2022
1 parent a86fb21 commit a7ba7fe
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 12 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.2.2-SNAPSHOT</version>
<version>0.3.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.2.2-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,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.2.2-SNAPSHOT</version>
<version>0.3.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.2.2-SNAPSHOT</version>
<version>0.3.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.2.2-SNAPSHOT</version>
<version>0.3.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.2.2-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modules>
<module>process-solution-camunda-7</module>
Expand Down
2 changes: 1 addition & 1 deletion example/process-solution-camunda-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>migration-examples-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.2.2-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<artifactId>sample-process-solution</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion example/process-solution-migrated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>migration-examples-parent</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.2.2-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>sample-process-solution-migrated</artifactId>
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.2.2-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit a7ba7fe

Please sign in to comment.