We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ed67a commit 7870b41Copy full SHA for 7870b41
docs/pom.xml
@@ -82,6 +82,7 @@
82
<pagenums />
83
<sectnums />
84
<toc />
85
+ <project-version>${project.version}</project-version>
86
</attributes>
87
</configuration>
88
</execution>
docs/src/main/asciidoc/spring-cloud-task.adoc
@@ -5,7 +5,9 @@ include::_attributes.adoc[]
5
6
// ======================================================================================
7
8
-(C) 2009-2020 VMware, Inc. All rights reserved.
+Version {project-version}
9
+
10
+(C) 2009-2021 VMware, Inc. All rights reserved.
11
12
Copies of this document may be made for your own use and for distribution to
13
others, provided that you do not charge any fee for such copies and further
0 commit comments