Skip to content

Commit

Permalink
release(v0.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 31, 2022
1 parent c73acd5 commit 4a131cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql</artifactId>
<version>v0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
4 changes: 2 additions & 2 deletions extension-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql-root</artifactId>
<version>v0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>camunda-bpm-graphql-webapp</artifactId>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql</artifactId>
<version>v0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql-root</artifactId>
<version>v0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>camunda-bpm-graphql</artifactId>
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-graphql-root</artifactId>
<version>v0.4.0</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 4a131cc

Please sign in to comment.