Skip to content

Commit

Permalink
release(v1.10.0): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 14, 2023
1 parent 7481283 commit 6eb98cf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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>

<artifactId>zeebe-play</artifactId>
<version>1.10.0</version>
<version>1.10.1-SNAPSHOT</version>

<prerequisites>
<maven>${maven.version}</maven>
Expand All @@ -14,7 +13,7 @@
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.3</version>
<relativePath/>
<relativePath />
</parent>

<properties>
Expand Down Expand Up @@ -456,7 +455,7 @@
<version>3.4.1</version>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
<skip>${skip.enforcer-plugin}</skip>
</configuration>
Expand Down

0 comments on commit 6eb98cf

Please sign in to comment.