Skip to content

Commit 44c904a

Browse files
khmarbaiseodrotbohm
authored andcommitted
GH-293 - Project version is not correctly inserted into the documentation.
Original pull request: GH-290.
1 parent c4b1233 commit 44c904a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ limitations under the License.
335335
<icons>font</icons>
336336
<sectids>false</sectids>
337337
<imagesdir>images</imagesdir>
338-
<version>${project.version}</version>
339338
<projectName>${project.name}</projectName>
340339
<projectVersion>${project.version}</projectVersion>
341340
<springVersion>${spring.version}</springVersion>

src/docs/asciidoc/80-observability.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Spring Modulith provides support to expose architectural information about your
55
As a production-ready application is likely to require both, the most convenient way to activate those features is to use the Spring Modulith Insight starter as follows:
66

77
.Using the Spring Modulith Insight starter
8-
[source, xml]
8+
[source, xml,subs="+attributes"]
99
----
1010
<dependency>
1111
<groupId>org.springframework.modulith</groupId>
@@ -26,7 +26,7 @@ The application module structure can be exposed as Spring Boot actuator.
2626
To enable the actuator, add the `spring-modulith-actuator` dependency to the project:
2727

2828
.Using the Spring Modulith actuator support
29-
[source, xml]
29+
[source, xml,subs="+attributes"]
3030
----
3131
<dependency>
3232
<groupId>org.springframework.modulith</groupId>
@@ -119,7 +119,7 @@ The interaction between application modules can be intercepted to create Microme
119119
To activate the instrumentation add the following runtime dependency to your project:
120120

121121
.Using the Spring Modulith observability support
122-
[source, xml]
122+
[source, xml,subs="+attributes"]
123123
----
124124
<dependency>
125125
<groupId>org.springframework.modulith</groupId>

src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Spring Modulith -- Reference documentation
22
Oliver Drotbohm
3-
:revnumber: {version}
3+
:revnumber: {projectVersion}
44
:revdate: {localdate}
55
:toc: left
66
:iconfont-fontawesome:

0 commit comments

Comments
 (0)