Skip to content

Commit

Permalink
release(v3.6.1): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 20, 2023
1 parent 3098ba7 commit a2ad472
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-test-container-root</artifactId>
<version>3.6.1</version>
<version>3.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-test-container-root</artifactId>
<version>3.6.1</version>
<version>3.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exporter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-test-container-root</artifactId>
<version>3.6.1</version>
<version>3.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-test-container-root</artifactId>
<version>3.6.1</version>
<version>3.6.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.4</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath/>
<relativePath />
</parent>

<groupId>io.zeebe</groupId>
<artifactId>zeebe-test-container-root</artifactId>
<version>3.6.1</version>
<version>3.6.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Zeebe Test Container Root</name>
<url>https://github.com/zeebe-io/zeebe-test-container</url>
Expand Down Expand Up @@ -481,7 +481,7 @@
<include>**/*.md</include>
</includes>

<flexmark/>
<flexmark />
</markdown>
</configuration>
<executions>
Expand Down Expand Up @@ -529,7 +529,7 @@
<goal>check</goal>
</goals>
<phase>validate</phase>
<configuration/>
<configuration />
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -664,7 +664,7 @@
<configuration>
<!-- see more https://maven.apache.org/enforcer/enforcer-rules/index.html -->
<rules>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit a2ad472

Please sign in to comment.