Skip to content

Commit

Permalink
Merge pull request #152 from camunda-community-hub/dump-eze-1.2.0-alpha2
Browse files Browse the repository at this point in the history
deps: dump EZE from 1.2.0-alpha1 to 1.2.0-alpha2
  • Loading branch information
saig0 authored Mar 13, 2023
2 parents 4bd8180 + 67a172f commit 2680ef8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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>
Expand All @@ -13,15 +15,15 @@
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.2</version>
<relativePath />
<relativePath/>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven.version>3.0</maven.version>
<zeeqs.version>2.8.0</zeeqs.version>
<eze.version>1.2.0-alpha1</eze.version>
<eze.version>1.2.0-alpha2</eze.version>
<hazelcast.version>1.4.0-alpha1</hazelcast.version>
<spring-zeebe.version>8.1.17</spring-zeebe.version>
<camunda-connector-bundle.version>0.16.1</camunda-connector-bundle.version>
Expand Down Expand Up @@ -458,7 +460,7 @@
<version>3.2.1</version>
<configuration>
<rules>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
<skip>${skip.enforcer-plugin}</skip>
</configuration>
Expand Down

0 comments on commit 2680ef8

Please sign in to comment.