Skip to content

Commit

Permalink
update to rc2 + enable logging
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick committed Dec 17, 2024
1 parent 3b2d9c2 commit e6a8608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .azure/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ stages:
artifactPipeline: ''
artifactRunVersion: ''
artifactRunId: ''
env:
STRIMZI_TEST_CONTAINER_LOGGING_ENABLED: true

# Builds Strimzi docs
- stage: build_docs
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<junit-platform-surefire-provider.version>1.3.2</junit-platform-surefire-provider.version>
<opentest4j.version>1.2.0</opentest4j.version>
<jupiter.version>5.8.2</jupiter.version>
<strimzi-test-container.version>0.109.1-rc1</strimzi-test-container.version>
<strimzi-test-container.version>0.109.1-rc2</strimzi-test-container.version>
<mockserver.version>5.13.2</mockserver.version>
<mockwebserver.version>3.14.7</mockwebserver.version>
<valid4j.version>1.1</valid4j.version>
Expand Down Expand Up @@ -189,7 +189,7 @@
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1240/</url>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1244/</url>
</repository>
</repositories>

Expand Down

0 comments on commit e6a8608

Please sign in to comment.