Skip to content

Commit

Permalink
release(v0.4.1): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 31, 2022
1 parent 4a131cc commit 5fb0666
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions extension-webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql-root</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
</parent>

<artifactId>camunda-bpm-graphql-webapp</artifactId>
Expand Down Expand Up @@ -61,7 +60,7 @@
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
Expand Down
5 changes: 2 additions & 3 deletions extension/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-graphql-root</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</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.1</version>
<version>0.4.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 5fb0666

Please sign in to comment.