Skip to content

Commit

Permalink
Update "old version" in maven
Browse files Browse the repository at this point in the history
Related-to: #4278
  • Loading branch information
psavidis committed Oct 7, 2024
1 parent e5deaad commit 1638017
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<version.liquibase>4.8.0</version.liquibase>

<!-- needed for sql script and backward compatibility checks -->
<camunda.version.old>7.21.0</camunda.version.old>
<camunda.version.old>7.22.0</camunda.version.old>

<!-- Testcontainers JDBC URL parameters. By default, an empty string -->
<database.tc.params />
Expand Down
2 changes: 1 addition & 1 deletion qa/test-db-rolling-update/create-new-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<camunda.version.current>${project.version}</camunda.version.current>
<camunda.version.previous>7.21.0</camunda.version.previous>
<camunda.version.previous>7.22.0</camunda.version.previous>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion qa/test-db-rolling-update/create-old-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom</artifactId>
<version>7.21.0</version>
<version>7.22.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion qa/test-db-rolling-update/rolling-update-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom</artifactId>
<version>7.21.0</version>
<version>7.22.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion qa/test-db-rolling-update/test-old-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom</artifactId>
<version>7.21.0</version>
<version>7.22.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion qa/test-old-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Camunda Platform - QA - test new schema with old engine</name>

<properties>
<camunda.old.engine.version>7.21.0</camunda.old.engine.version>
<camunda.old.engine.version>7.22.0</camunda.old.engine.version>
</properties>

<build>
Expand Down

0 comments on commit 1638017

Please sign in to comment.