Skip to content

Commit

Permalink
release(v2.9.1): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 16, 2023
1 parent 1b84565 commit 45b4d5c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe.zeeqs</groupId>
<artifactId>zeeqs-root</artifactId>
<version>2.9.1</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.zeebe.zeeqs</groupId>
<artifactId>zeeqs-root</artifactId>
<version>2.9.1</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphql-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe.zeeqs</groupId>
<artifactId>zeeqs-root</artifactId>
<version>2.9.1</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>graphql-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe.zeeqs</groupId>
<artifactId>zeeqs-root</artifactId>
<version>2.9.1</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>hazelcast-importer</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

<parent>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.3</version>
<relativePath/>
<relativePath />
</parent>

<groupId>io.zeebe.zeeqs</groupId>
<artifactId>zeeqs-root</artifactId>
<version>2.9.1</version>
<version>2.9.2-SNAPSHOT</version>
<name>ZeeQS - Root</name>
<description>Query API for aggregated Zeebe data</description>

Expand Down

0 comments on commit 45b4d5c

Please sign in to comment.