Skip to content

Commit

Permalink
release(v0.8.8): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 5, 2024
1 parent c37b279 commit 1cdb365
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 14 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.8</version>
<version>0.8.9-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.8</version>
<version>0.8.9-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.8</version>
<version>0.8.9-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.8</version>
<version>0.8.9-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.8</version>
<version>0.8.9-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions code-migration-detector/core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>

<artifactId>code-migration-detector-test</artifactId>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>org.camunda.community.migration</groupId>
<artifactId>code-migration-detector</artifactId>
<version>0.8.8</version>
<version>0.8.9-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions code-migration-detector/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<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>

<artifactId>code-migration-detector</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>org.camunda.community.migration</groupId>
<artifactId>camunda-7-to-8-migration</artifactId>
<version>0.8.8</version>
<version>0.8.9-SNAPSHOT</version>
</parent>

<properties>
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.8.8</version>
<version>0.8.9-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
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.8</version>
<version>0.8.9-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.8</version>
<version>0.8.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 1cdb365

Please sign in to comment.