Skip to content

Commit

Permalink
Strimzi test container 0.105.0
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick committed Oct 10, 2023
1 parent 1dff9dc commit fa081e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
</repository>
</distributionManagement>

<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1198</url>
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -133,7 +140,7 @@
<jmx-prometheus-collector.version>0.18.0</jmx-prometheus-collector.version>
<prometheus-simpleclient.version>0.16.0</prometheus-simpleclient.version>
<commons-cli.version>1.4</commons-cli.version>
<test-container.version>0.104.0</test-container.version>
<test-container.version>0.105.0-rc1</test-container.version>
<jakarta.version>2.3.2</jakarta.version>
<snakeyaml.version>2.0</snakeyaml.version>
<!-- property to skip surefire tests during failsafe execution -->
Expand Down

0 comments on commit fa081e4

Please sign in to comment.