Skip to content

Commit

Permalink
Upgrade all maven:3.8.5-eclipse-temurin-11 to maven:3.9.7-eclipse-tem…
Browse files Browse the repository at this point in the history
…urin-11
  • Loading branch information
psavidis committed Nov 8, 2024
1 parent a667ba4 commit 16c5ba1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ db-unit:
- 'postgresql'
podSpec:
cpu: 4
images: ['maven:3.8.5-eclipse-temurin-11', 'postgres:17.0']
images: ['maven:3.9.7-eclipse-temurin-11', 'postgres:17.0']
sql-scripts:
directory: 'distro/sql-script'
command: 'install -Pcheck-sql,'
Expand All @@ -50,7 +50,7 @@ sql-scripts:
- 'postgresql'
podSpec:
cpu: 4
images: ['maven:3.8.5-eclipse-temurin-11', 'postgres:17.0']
images: ['maven:3.9.7-eclipse-temurin-11', 'postgres:17.0']
instance-migration:
directory: 'qa/test-db-instance-migration'
command: 'verify -Pinstance-migration,'
Expand All @@ -72,7 +72,7 @@ old-engine:
- 'postgresql'
podSpec:
cpu: 4
images: ['maven:3.8.5-eclipse-temurin-11', 'postgres:17.0']
images: ['maven:3.9.7-eclipse-temurin-11', 'postgres:17.0']
rolling-update:
directory: 'qa/test-db-rolling-update'
command: 'verify -Prolling-update,'
Expand All @@ -83,7 +83,7 @@ rolling-update:
- 'postgresql'
podSpec:
cpu: 4
images: [ 'maven:3.8.5-eclipse-temurin-11', 'postgres:17.0' ]
images: [ 'maven:3.9.7-eclipse-temurin-11', 'postgres:17.0' ]
large-data-tests:
directory: 'qa/large-data-tests'
command: 'verify -Plarge-data-tests,'
Expand All @@ -93,7 +93,7 @@ large-data-tests:
- 'postgresql'
podSpec:
cpu: 4
images: [ 'maven:3.8.5-eclipse-temurin-11', 'postgres:17.0' ]
images: [ 'maven:3.9.7-eclipse-temurin-11', 'postgres:17.0' ]

engine-rest-unit-jersey-2:
directory: 'engine-rest/engine-rest'
Expand Down

0 comments on commit 16c5ba1

Please sign in to comment.