Skip to content

Commit c4335de

Browse files
committed
Polishing.
Remove superfluous pom.xml, use version placeholders in reference documentation. See #1582
1 parent 9f9d25e commit c4335de

File tree

2 files changed

+3
-311
lines changed

2 files changed

+3
-311
lines changed

spring-data-couchbase/pom.xml

Lines changed: 0 additions & 308 deletions
This file was deleted.

src/main/asciidoc/configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ As a result, the library can be included like any other maven dependency:
1111

1212
.Including the dependency through maven
1313
====
14-
[source,xml]
14+
[source,xml,subs="+attributes"]
1515
----
1616
<dependency>
1717
<groupId>org.springframework.data</groupId>
1818
<artifactId>spring-data-couchbase</artifactId>
19-
<version>4.2.5</version>
19+
<version>{version}</version>
2020
</dependency>
2121
----
2222
====
@@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
3333
<dependency>
3434
<groupId>org.springframework.data</groupId>
3535
<artifactId>spring-data-couchbase</artifactId>
36-
<version>4.3.0-SNAPSHOT</version>
36+
<version>${version}-SNAPSHOT</version>
3737
</dependency>
3838
3939
<repository>

0 commit comments

Comments
 (0)