Skip to content

Commit 49b2a1f

Browse files
committed
Update for next development version
1 parent 30bffc4 commit 49b2a1f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/camunda7-embedded-starter-transaction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-worker</groupId>
77
<artifactId>process-engine-worker-examples</artifactId>
8-
<version>0.7.1-SNAPSHOT</version>
8+
<version>0.7.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

examples/camunda7-remote-starter-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-worker</groupId>
77
<artifactId>process-engine-worker-examples</artifactId>
8-
<version>0.7.1-SNAPSHOT</version>
8+
<version>0.7.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

examples/order-fulfillment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-worker</groupId>
77
<artifactId>process-engine-worker-examples</artifactId>
8-
<version>0.7.1-SNAPSHOT</version>
8+
<version>0.7.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-worker</groupId>
77
<artifactId>process-engine-worker-root</artifactId>
8-
<version>0.7.1-SNAPSHOT</version>
8+
<version>0.7.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>dev.bpm-crafters.process-engine-worker</groupId>
1313
<artifactId>process-engine-worker-root</artifactId>
14-
<version>0.7.1-SNAPSHOT</version>
14+
<version>0.7.1</version>
1515
<name>${project.artifactId}</name>
1616
<description>Process Engine Worker</description>
1717
<url>https://github.com/bpm-crafters/process-engine-worker/</url>

spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.bpm-crafters.process-engine-worker</groupId>
66
<artifactId>process-engine-worker-root</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.7.1</version>
88
</parent>
99

1010
<artifactId>process-engine-worker-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)