Skip to content

Commit 4a131cc

Browse files
committed
release(v0.4.1)
1 parent c73acd5 commit 4a131cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.camunda.bpm.extension</groupId>
4949
<artifactId>camunda-bpm-graphql</artifactId>
50-
<version>v0.4.0</version>
50+
<version>0.4.1</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.h2database</groupId>

extension-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.bpm.extension</groupId>
88
<artifactId>camunda-bpm-graphql-root</artifactId>
9-
<version>v0.4.0</version>
9+
<version>0.4.1</version>
1010
</parent>
1111

1212
<artifactId>camunda-bpm-graphql-webapp</artifactId>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.camunda.bpm.extension</groupId>
6363
<artifactId>camunda-bpm-graphql</artifactId>
64-
<version>v0.4.0</version>
64+
<version>0.4.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.camunda.bpm.springboot</groupId>

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.bpm.extension</groupId>
88
<artifactId>camunda-bpm-graphql-root</artifactId>
9-
<version>v0.4.0</version>
9+
<version>0.4.1</version>
1010
</parent>
1111

1212
<artifactId>camunda-bpm-graphql</artifactId>

pom.xml

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

1212
<groupId>org.camunda.bpm.extension</groupId>
1313
<artifactId>camunda-bpm-graphql-root</artifactId>
14-
<version>v0.4.0</version>
14+
<version>0.4.1</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)