diff --git a/spring-data-couchbase/pom.xml b/spring-data-couchbase/pom.xml
deleted file mode 100644
index ecc48d3b..00000000
--- a/spring-data-couchbase/pom.xml
+++ /dev/null
@@ -1,308 +0,0 @@
-
-
-
- 4.0.0
-
- spring-data-couchbase
-
- Spring Data Couchbase
- Spring Data integration for Couchbase
-
-
- org.springframework.data
- spring-data-couchbase-parent
- 5.0.0-SNAPSHOT
- ../pom.xml
-
-
-
- spring.data.couchbase
- 2.10.13
- 3.0.1
- 1.1.3
- 5.0.0
- 3.7.4
- 3.0.0
- 7.0.1.Final
- 4.0.0
- 3.0.0
- 4.0.2
- 1.0.1
- 1.2.1
- 1.5.25
- 4.8.1
- 4.0.3
- 2.13.4
- 3.1.0
-
-
-
-
-
- org.testcontainers
- testcontainers-bom
- ${testcontainers}
- pom
- import
-
-
-
-
-
-
-
- com.querydsl
- querydsl-apt
- ${querydsl}
- provided
-
-
-
- org.springframework
- spring-context-support
-
-
-
- org.springframework
- spring-web
-
-
-
- org.springframework
- spring-tx
-
-
-
- ${project.groupId}
- spring-data-commons
- ${springdata.commons}
-
-
-
-
- jakarta.enterprise
- jakarta.enterprise.cdi-api
- ${jakarta.enterprise}
-
-
-
- org.springframework
- spring-test
- ${spring}
- test
-
-
-
- org.hibernate.validator
- hibernate-validator
- ${org.hibernate.validator}
- test
-
-
-
- io.projectreactor
- reactor-test
- test
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
-
- joda-time
- joda-time
- ${jodatime}
- true
-
-
-
- com.fasterxml.jackson.datatype
- jackson-datatype-joda
- ${jackson-joda}
- test
-
-
-
- org.testcontainers
- testcontainers
- test
-
-
-
-
- jakarta.validation
- jakarta.validation-api
- ${validation}
-
-
-
- jakarta.el
- jakarta.el-api
- ${jakarta.el}
- provided
- true
-
-
-
- javax.el
- javax.el-api
- ${javax.el}
- test
-
-
-
- org.glassfish
- jakarta.el
- ${jakarta.el}
- provided
- true
-
-
-
-
-
- org.apache.geronimo.specs
- geronimo-jcdi_2.0_spec
- ${org.apache.geronimo.specs}
- test
-
-
-
- javax.interceptor
- javax.interceptor-api
- ${javax.interceptor}
- test
-
-
-
- com.couchbase.mock
- CouchbaseMock
- ${com.couchbase.mock}
- test
-
-
-
- com.squareup.okhttp3
- okhttp
- ${com.squareup.okhttp3}
- test
-
-
-
- com.squareup.okhttp3
- okhttp-tls
- ${com.squareup.okhttp3}
- test
-
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- ${kotlin}
- true
-
-
-
- org.jetbrains.kotlin
- kotlin-reflect
- ${kotlin}
- true
-
-
-
- org.jetbrains.kotlin
- kotlin-test
- ${kotlin}
- test
-
-
-
- org.awaitility
- awaitility
- ${org.awaitility}
- test
-
-
-
- com.couchbase.client
- couchbase-encryption
- ${couchbase.encryption}
- test
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- false
- false
-
- **/*Test.java
- **/*Tests.java
-
-
- **/*IntegrationTest.java
- **/*IntegrationTests.java
-
-
-
-
- org.apache.maven.plugins
- maven-failsafe-plugin
-
- false
-
- **/*IntegrationTest.java
- **/*IntegrationTests.java
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
-
- com.mysema.maven
- apt-maven-plugin
- ${apt}
-
-
- com.querydsl
- querydsl-apt
- ${querydsl}
-
-
-
-
- generate-test-sources
-
- test-process
-
-
- target/generated-test-sources
-
- org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor
-
-
-
-
-
-
-
-
diff --git a/src/main/asciidoc/configuration.adoc b/src/main/asciidoc/configuration.adoc
index 03889771..a5735480 100644
--- a/src/main/asciidoc/configuration.adoc
+++ b/src/main/asciidoc/configuration.adoc
@@ -11,12 +11,12 @@ As a result, the library can be included like any other maven dependency:
.Including the dependency through maven
====
-[source,xml]
+[source,xml,subs="+attributes"]
----
org.springframework.data
spring-data-couchbase
- 4.2.5
+ {version}
----
====
@@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
org.springframework.data
spring-data-couchbase
- 4.3.0-SNAPSHOT
+ ${version}-SNAPSHOT