Skip to content

Commit 599c8bb

Browse files
committed
release(v0.4.2)
1 parent 55d6363 commit 599c8bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

extension-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.extension</groupId>
77
<artifactId>camunda-bpm-graphql-root</artifactId>
8-
<version>0.4.2-SNAPSHOT</version>
8+
<version>0.4.2</version>
99
</parent>
1010

1111
<artifactId>camunda-bpm-graphql-webapp</artifactId>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.camunda.bpm.extension</groupId>
6262
<artifactId>camunda-bpm-graphql</artifactId>
63-
<version>0.4.2-SNAPSHOT</version>
63+
<version>0.4.2</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.camunda.bpm.springboot</groupId>

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.extension</groupId>
77
<artifactId>camunda-bpm-graphql-root</artifactId>
8-
<version>0.4.2-SNAPSHOT</version>
8+
<version>0.4.2</version>
99
</parent>
1010

1111
<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>0.4.2-SNAPSHOT</version>
14+
<version>0.4.2</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)