Skip to content

Commit

Permalink
chore: bump to snapshot versions identity in order to test User Task …
Browse files Browse the repository at this point in the history
…Restrictions (#4551)
  • Loading branch information
nathansandi committed Feb 22, 2024
1 parent 612f332 commit f213bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<version.zeebe>8.5.0-alpha1</version.zeebe>
<version.identity>8.5.0-alpha1</version.identity>
<version.identity>8.4.0-SNAPSHOT</version.identity> <!-- 8.4.0-SNAPSHOT as Identity didnt setup the artifactory corrected yet -->
<version.elasticsearch>7.17.17</version.elasticsearch>
<version.elasticsearch-client>8.7.1</version.elasticsearch-client>
<version.opensearch>2.8.0</version.opensearch>
Expand Down
2 changes: 1 addition & 1 deletion qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<license.header>${project.baseUri}/../../license/license-header</license.header>

<version.zeebe.docker.current>${version.zeebe}</version.zeebe.docker.current>
<version.identity.docker.current>${version.identity}</version.identity.docker.current>
<version.identity.docker.current>SNAPSHOT</version.identity.docker.current>
</properties>

<name>Tasklist QA</name>
Expand Down

0 comments on commit f213bde

Please sign in to comment.