You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2016/09/04 09:33:51 UTC

svn commit: r996644 - in /websites/staging/openwebbeans/trunk/content: ./ download.html

Author: buildbot
Date: Sun Sep  4 09:33:51 2016
New Revision: 996644

Log:
Staging update by buildbot for openwebbeans

Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/download.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep  4 09:33:51 2016
@@ -1 +1 @@
-1759163
+1759164

Modified: websites/staging/openwebbeans/trunk/content/download.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/download.html (original)
+++ websites/staging/openwebbeans/trunk/content/download.html Sun Sep  4 09:33:51 2016
@@ -214,17 +214,13 @@ We will try to add complete lists of thi
 </pre></div>
 
 
-<p><strong>Tomcat 7 Module</strong></p>
-<p>(also works for Tomcat-8, Tomcat-8.5 and Tomcat-9)</p>
-<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.openwebbeans<span class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>openwebbeans-tomcat7<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span><span class="cp">${</span><span class="n">owb</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/version&gt;</span>
-    <span class="nt">&lt;scope&gt;</span>compile<span class="nt">&lt;/scope&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span>
-</pre></div>
-
-
+<p><strong>Tomcat 7 and later Module</strong>
+    <dependency>
+        <groupId>org.apache.openwebbeans</groupId>
+        <artifactId>openwebbeans-tomcat7</artifactId>
+        <version>${owb.version}</version>
+        <scope>compile</scope>
+    </dependency>  </p>
 <p><strong>JMS Module</strong></p>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.openwebbeans<span class="nt">&lt;/groupId&gt;</span>