Skip to content

Commit

Permalink
release(v7.19.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 1, 2024
1 parent f458b88 commit a400266
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/pizza/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-bpm-mail-examples</artifactId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>

<artifactId>camunda-bpm-mail.example.pizza</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-mail-root</artifactId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>

<artifactId>camunda-bpm-mail-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/print-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-bpm-mail-examples</artifactId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>

<artifactId>camunda-bpm-mail-example-print-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/core-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-mail-extension-root</artifactId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>

<artifactId>camunda-bpm-mail-core-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-mail-extension-root</artifactId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>

<artifactId>camunda-bpm-mail-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-mail-root</artifactId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>

<artifactId>camunda-bpm-mail-extension-root</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camunda-bpm-mail-extension-root</artifactId>
<groupId>org.camunda.bpm.extension</groupId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>camunda-bpm-mail-extension-root</artifactId>
<groupId>org.camunda.bpm.extension</groupId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-mail-root</artifactId>
<version>7.19.2-SNAPSHOT</version>
<version>7.19.2</version>
<packaging>pom</packaging>
<name>Camunda Automation Platform Mail</name>

Expand Down

0 comments on commit a400266

Please sign in to comment.