Skip to content

Commit 990808e

Browse files
committed
release(vv0.4.0)
1 parent 476a58d commit 990808e

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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.bpm.extension</groupId>
88
<artifactId>camunda-bpm-graphql-root</artifactId>
9-
<version>0.4.0</version>
9+
<version>v0.4.0</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>0.4.0</version>
64+
<version>v0.4.0</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>0.4.0</version>
9+
<version>v0.4.0</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>0.4.0</version>
14+
<version>v0.4.0</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)