Skip to content

Commit

Permalink
remove ref to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Oct 19, 2023
1 parent 2eed91f commit 11a1467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/manual/5.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ <h2>Install</h2>

<ol>
<li>Add Maven dependency below or add
<a href="http://central.maven.org/maven2/org/tuckey/urlrewritefilter/5.1.2/urlrewritefilter-5.1.2.jar">urlrewritefilter-<!--@ver-->5.1.2<!--/@ver-->.jar</a>
<a href="http://central.maven.org/maven2/org/tuckey/urlrewritefilter/4.0.3/urlrewritefilter-4.0.3.jar">urlrewritefilter-<!--@ver-->5.0.0<!--/@ver-->.jar</a>
directly into your <b>WEB-INF/lib</b> directory.
<pre><code>&lt;dependency&gt;
&lt;groupId&gt;org.tuckey&lt;/groupId&gt;
&lt;artifactId&gt;urlrewritefilter&lt;/artifactId&gt;
&lt;version&gt;<!--@ver-->5.1.2<!--/@ver-->&lt;/version&gt;
&lt;version&gt;<!--@ver-->5.0.0<!--/@ver-->&lt;/version&gt;
&lt;/dependency&gt;</code></pre></li>
<li>Add the following to your WEB-INF/web.xml (add it near the top above your
servlet mappings (if you have any)): (see <a href="#filterparams">filter
Expand Down

0 comments on commit 11a1467

Please sign in to comment.