Skip to content

Commit

Permalink
GH-289 - Project version is not correctly inserted into the documenta…
Browse files Browse the repository at this point in the history
…tion.

Original pull request: GH-290.
  • Loading branch information
khmarbaise authored and odrotbohm committed Sep 4, 2023
1 parent 3aa6a12 commit 4af54d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ limitations under the License.
<icons>font</icons>
<sectids>false</sectids>
<imagesdir>images</imagesdir>
<version>${project.version}</version>
<projectName>${project.name}</projectName>
<projectVersion>${project.version}</projectVersion>
<springVersion>${spring.version}</springVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/docs/asciidoc/80-observability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Spring Modulith provides support to expose architectural information about your
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:

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

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

.Using the Spring Modulith observability support
[source, xml]
[source, xml,subs="+attributes"]
----
<dependency>
<groupId>org.springframework.modulith</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Spring Modulith -- Reference documentation
Oliver Drotbohm
:revnumber: {version}
:revnumber: {projectVersion}
:revdate: {localdate}
:toc: left
:iconfont-fontawesome:
Expand Down

0 comments on commit 4af54d0

Please sign in to comment.