Skip to content

Commit

Permalink
release(v0.8.0): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 29, 2023
1 parent a569fc0 commit 38acc72
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.8.0</version>
<version>0.8.1-SNAPSHOT</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.8.0</version>
<version>0.8.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.8.0</version>
<version>0.8.1-SNAPSHOT</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.8.0</version>
<version>0.8.1-SNAPSHOT</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.8.0</version>
<version>0.8.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions 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.8.0</version>
<version>0.8.1-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -276,9 +276,9 @@
<version>${plugin.version.maven-enforcer-plugin}</version>
<configuration>
<rules>
<reactorModuleConvergence/>
<dependencyConvergence/>
<requirePluginVersions/>
<reactorModuleConvergence />
<dependencyConvergence />
<requirePluginVersions />
</rules>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion process-instance-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camunda-7-to-8-migration</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.8.0</version>
<version>0.8.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test-example-diagrams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camunda-7-to-8-migration</artifactId>
<groupId>org.camunda.community.migration</groupId>
<version>0.8.0</version>
<version>0.8.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 38acc72

Please sign in to comment.