Skip to content

Commit

Permalink
release(v0.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 31, 2022
1 parent 55d6363 commit 599c8bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extension-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql-root</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</parent>

<artifactId>camunda-bpm-graphql-webapp</artifactId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql-root</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</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>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 599c8bb

Please sign in to comment.