Skip to content

Commit

Permalink
Reference guide - include relevant Weld version in the title
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba authored and jharting committed Apr 17, 2015
1 parent 13d1caa commit ae965b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions docs/reference/pom.xml
Expand Up @@ -6,15 +6,15 @@
<version>2.2.12-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Weld Reference Guide</name>
<url>http://weld.cdi-spec.org</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<url>http://weld.cdi-spec.org</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>


<parent>
<groupId>org.jboss.weld</groupId>
Expand All @@ -31,7 +31,7 @@
<asciidoctor.version>0.1.4</asciidoctor.version>
<weld.docbook.version>1.1.1-Beta5</weld.docbook.version>
<pdf.name>weld-reference.pdf</pdf.name>

<weld.version>${project.version}</weld.version>
<jdocbook.source.directory>target/docbook</jdocbook.source.directory>
</properties>

Expand Down Expand Up @@ -75,6 +75,7 @@
<attributes>
<docinfo>true</docinfo>
<experimental>true</experimental>
<weldVersion>${weld.version}</weldVersion>
</attributes>
</configuration>
</execution>
Expand Down
@@ -1,6 +1,6 @@
:numbered!:
:icons: font
= Weld - CDI Reference Implementation
= Weld {weldVersion} - CDI Reference Implementation

[preface]
= A note about naming and nomenclature
Expand Down

0 comments on commit ae965b1

Please sign in to comment.