Polishing.

Remove superfluous pom.xml, use version placeholders in reference documentation.

See #1582
This commit is contained in:
Mark Paluch
2022-10-11 08:37:49 +02:00
parent 9f9d25e8a4
commit c4335de91f
2 changed files with 3 additions and 311 deletions

View File

@@ -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"]
----
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>4.2.5</version>
<version>{version}</version>
</dependency>
----
====
@@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-couchbase</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>