Skip to content

Commit ea62e0f

Browse files
committed
more revision tweaks
1 parent 8ba740d commit ea62e0f

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

src/docbkx-stylesheet/html/docbook.xsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
8787

8888
<xsl:template name="user.footer.navigation">
8989
<div style="background-color: #DFF2FD; text-align: left; font-size:80%; font-family: arial, sans; border:thin dotted blue; padding: 4px; ">
90-
<span style="font-style:oblique;font-size: 80%">
90+
<span style="font-style:oblique;font-size: 80%">
9191
See an error or something missing?<br/>
9292
</span>
9393
<span style="font-variant: small-caps; font-weight: bold">
@@ -96,7 +96,6 @@ See an error or something missing?<br/>
9696
</a>
9797
</span>
9898
<br/>
99-
10099
</div>
101100
</xsl:template>
102101

src/docbkx/jetty.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0
1212
</copyright>
1313
<revhistory>
1414
<revision>
15-
<revnumber>9.0.0-SNAPSHOT</revnumber>
15+
<revnumber>@JETTY_VERSION@</revnumber>
1616
<date>
1717
<?dbtimestamp format="Y-m-d H:M:S"?>
1818
</date>
19-
<revdescription>Latest SNAPSHOT version of documentation, updated frequently through
20-
development</revdescription>
19+
<revdescription>This documentation is a work in progress, initially being largely structural and increasingly
20+
populated with meaningful content on Jetty 9. Versions that contain SNAPSHOT are updated frequently by and
21+
automated process while versions that contain M, RC, or v#### are durable releases for a specific version of
22+
Jetty.</revdescription>
2123
</revision>
2224
</revhistory>
2325
<keywordset>

src/main/filters/jetty.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
JDURL http://download.eclipse.org/jetty/stable-7/apidocs
2-
JXURL http://download.eclipse.org/jetty/stable-7/xref
1+
JDURL http://download.eclipse.org/jetty/stable-9/apidocs
2+
JXURL http://download.eclipse.org/jetty/stable-9/xref
3+
JETTY_VERSION ${project.version}

0 commit comments

Comments
 (0)