Skip to content

Commit aec0a91

Browse files
committed
Revert apicurio-registry.version
1 parent f087673 commit aec0a91

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
<log4j2-api.version>2.25.2</log4j2-api.version>
195195
<log4j-jboss-logmanager.version>1.3.1.Final</log4j-jboss-logmanager.version>
196196
<avro.version>1.12.0</avro.version>
197+
<apicurio-registry.version>2.6.13.Final</apicurio-registry.version>
197198
<apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version> <!-- must be the version Apicurio Registry uses -->
198199
<testcontainers.version>1.21.3</testcontainers.version> <!-- Make sure to also update docker-java.version to match its needs -->
199200
<docker-java.version>3.4.2</docker-java.version> <!-- must be the version Testcontainers use: https://central.sonatype.com/artifact/org.testcontainers/testcontainers -->

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<!-- Dev Services Docker Images -->
114114
<!-- TODO switch to apache/activemq-artemis to match the artemis version-->
115115
<amqp.image>quay.io/artemiscloud/activemq-artemis-broker:1.0.25</amqp.image>
116-
<apicurio-registry.image>quay.io/apicurio/apicurio-registry-mem:${apicurio-registry.version}</apicurio-registry.image>
116+
<apicurio-registry.image>quay.io/apicurio/apicurio-registry-mem:2.6.13.Final</apicurio-registry.image>
117117
<lra.image>quay.io/jbosstm/lra-coordinator:latest</lra.image>
118118
<rabbitmq.image>rabbitmq:3.12-management</rabbitmq.image>
119119

docs/src/main/asciidoc/mongodb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ As by default, `MongoClient` is configured to access a local MongoDB database on
374374
If you want to use Docker to run a MongoDB database, you can use the following command to launch one:
375375
[source,bash]
376376
----
377-
docker run -ti --rm -p 27017:27017 {mongo.image}
377+
docker run -ti --rm -p 27017:27017 {mongo-image}
378378
----
379379

380380
[NOTE]

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@
9797

9898
<!-- TestNG version: we don't enforce it in the BOM as it is mostly used in the MP TCKs and we need to use the version from the TCKs -->
9999
<testng.version>7.8.0</testng.version>
100-
101-
<!-- Dev Services versions -->
102-
<apicurio-registry.version>2.6.13.Final</apicurio-registry.version>
103100
</properties>
104101

105102
<modules>

0 commit comments

Comments
 (0)