You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/11/11 18:44:21 UTC

svn commit: r1540789 - in /tomcat/site/trunk: docs/index.html docs/oldnews.html xdocs/index.xml xdocs/oldnews.xml

Author: kkolinko
Date: Mon Nov 11 17:44:20 2013
New Revision: 1540789

URL: http://svn.apache.org/r1540789
Log:
Move maven plugin announcement to the top.
Add old announcement to "old news" page.

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/oldnews.html
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/oldnews.xml

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1540789&r1=1540788&r2=1540789&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Nov 11 17:44:20 2013
@@ -238,6 +238,48 @@ project logo are trademarks of the Apach
 
 
 </div>
+<h3 id="Tomcat_Maven_Plugin_2.2_Released">
+<span style="float: right;">2013-11-11</span> Tomcat Maven Plugin 2.2 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.2.
+Changelog available <a href="maven-plugin-2.2/jira-report.html" target="_blank">here</a>.
+</p>
+
+<p>
+The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
+to manipulate WAR projects within the Apache Tomcat servlet container.
+</p>
+
+<p>
+The binaries are available from Maven repositories. You should specify the
+version in your project's plugin configuration:
+</p>
+
+<div class="codeBox">
+<pre>
+<code>&lt;plugin&gt;
+  &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
+  &lt;artifactId&gt;tomcat7-maven-plugin&lt;/artifactId&gt;
+  &lt;version&gt;2.2&lt;/version&gt;
+&lt;/plugin&gt;</code>
+</pre>
+</div>
+
+<p>or</p>
+
+<div class="codeBox">
+<pre>
+<code>&lt;plugin&gt;
+  &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
+  &lt;artifactId&gt;tomcat6-maven-plugin&lt;/artifactId&gt;
+  &lt;version&gt;2.2&lt;/version&gt;
+&lt;/plugin&gt;</code>
+</pre>
+</div>
+
+</div>
 <h3 id="Tomcat_7.0.47_Released">
 <span style="float: right;">2013-10-24</span> Tomcat 7.0.47 Released</h3>
 <div class="text">
@@ -378,48 +420,6 @@ Apache Tomcat. This release includes sec
 </p>
 
 </div>
-<h3 id="Tomcat_Maven_Plugin_2.2_Released">
-<span style="float: right;">2013-11-11</span> Tomcat Maven Plugin 2.2 Released</h3>
-<div class="text">
-
-<p>
-The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.2.
-Changelog available <a href="http://tomcat.apache.org/maven-plugin-2.2/jira-report.html" target="_blank">here</a>.
-</p>
-
-<p>
-The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
-to manipulate WAR projects within the Apache Tomcat servlet container.
-</p>
-
-<p>
-The binaries are available from Maven repositories. You should specify the
-version in your project's plugin configuration:
-</p>
-
-<div class="codeBox">
-<pre>
-<code>&lt;plugin&gt;
-  &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
-  &lt;artifactId&gt;tomcat7-maven-plugin&lt;/artifactId&gt;
-  &lt;version&gt;2.2&lt;/version&gt;
-&lt;/plugin&gt;</code>
-</pre>
-</div>
-
-<p>or</p>
-
-<div class="codeBox">
-<pre>
-<code>&lt;plugin&gt;
-  &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
-  &lt;artifactId&gt;tomcat6-maven-plugin&lt;/artifactId&gt;
-  &lt;version&gt;2.2&lt;/version&gt;
-&lt;/plugin&gt;</code>
-</pre>
-</div>
-
-</div>
 <h3 id="Tomcat_Connectors_1.2.37_Released">
 <span style="float: right;">2012-05-31</span> Tomcat Connectors 1.2.37 Released</h3>
 <div class="text">

Modified: tomcat/site/trunk/docs/oldnews.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1540789&r1=1540788&r2=1540789&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Mon Nov 11 17:44:20 2013
@@ -489,6 +489,49 @@ Full details of these changes, and all t
 </p>
 
 </div>
+<h3 id="Tomcat_Maven_Plugin_2.1_Released">
+<span style="float: right;">2013-02-25</span> Tomcat Maven Plugin 2.1 Released</h3>
+<div class="text">
+
+<p>
+The Apache Tomcat team is pleased to
+<a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/201302.mbox/%3CCAPoyBqQwb6wHOFnOn5Pd3BoQ-TsvYMu%2BYeAjxSzcZRaX2ZR-hw%40mail.gmail.com%3E">announce</a>
+the release of Tomcat Maven Plugin 2.1.
+</p>
+
+<p>
+The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
+to manipulate WAR projects within the Apache Tomcat servlet container.
+</p>
+
+<p>
+The binaries are available from Maven repositories. You should specify the
+version in your project's plugin configuration:
+</p>
+
+<div class="codeBox">
+<pre>
+<code>&lt;plugin&gt;
+  &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
+  &lt;artifactId&gt;tomcat7-maven-plugin&lt;/artifactId&gt;
+  &lt;version&gt;2.1&lt;/version&gt;
+&lt;/plugin&gt;</code>
+</pre>
+</div>
+
+<p>or</p>
+
+<div class="codeBox">
+<pre>
+<code>&lt;plugin&gt;
+  &lt;groupId&gt;org.apache.tomcat.maven&lt;/groupId&gt;
+  &lt;artifactId&gt;tomcat6-maven-plugin&lt;/artifactId&gt;
+  &lt;version&gt;2.1&lt;/version&gt;
+&lt;/plugin&gt;</code>
+</pre>
+</div>
+
+</div>
 <h3 id="Tomcat_7.0.37_Released">
 <span style="float: right;">2013-02-18</span> Tomcat 7.0.37 Released</h3>
 <div class="text">

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1540789&r1=1540788&r2=1540789&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Nov 11 17:44:20 2013
@@ -37,6 +37,32 @@ project logo are trademarks of the Apach
 
 </section>
 
+<section name="Tomcat Maven Plugin 2.2 Released" rtext="2013-11-11">
+<p>
+The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.2.
+Changelog available <a href="maven-plugin-2.2/jira-report.html" target="_blank">here</a>.
+</p>
+<p>
+The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
+to manipulate WAR projects within the Apache Tomcat servlet container.
+</p>
+<p>
+The binaries are available from Maven repositories. You should specify the
+version in your project's plugin configuration:
+</p>
+<source><![CDATA[<plugin>
+  <groupId>org.apache.tomcat.maven</groupId>
+  <artifactId>tomcat7-maven-plugin</artifactId>
+  <version>2.2</version>
+</plugin>]]></source>
+<p>or</p>
+<source><![CDATA[<plugin>
+  <groupId>org.apache.tomcat.maven</groupId>
+  <artifactId>tomcat6-maven-plugin</artifactId>
+  <version>2.2</version>
+</plugin>]]></source>
+</section>
+
 <section name="Tomcat 7.0.47 Released" rtext="2013-10-24">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.47 of
@@ -133,32 +159,6 @@ Apache Tomcat. This release includes sec
 </p>
 </section>
 
-<section name="Tomcat Maven Plugin 2.2 Released" rtext="2013-11-11">
-<p>
-The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.2.
-Changelog available <a href="http://tomcat.apache.org/maven-plugin-2.2/jira-report.html" target="_blank">here</a>.
-</p>
-<p>
-The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
-to manipulate WAR projects within the Apache Tomcat servlet container.
-</p>
-<p>
-The binaries are available from Maven repositories. You should specify the
-version in your project's plugin configuration:
-</p>
-<source><![CDATA[<plugin>
-  <groupId>org.apache.tomcat.maven</groupId>
-  <artifactId>tomcat7-maven-plugin</artifactId>
-  <version>2.2</version>
-</plugin>]]></source>
-<p>or</p>
-<source><![CDATA[<plugin>
-  <groupId>org.apache.tomcat.maven</groupId>
-  <artifactId>tomcat6-maven-plugin</artifactId>
-  <version>2.2</version>
-</plugin>]]></source>
-</section>
-
 <section name="Tomcat Connectors 1.2.37 Released" rtext="2012-05-31">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.37 of

Modified: tomcat/site/trunk/xdocs/oldnews.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1540789&r1=1540788&r2=1540789&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Nov 11 17:44:20 2013
@@ -214,6 +214,33 @@ Full details of these changes, and all t
 </p>
 </section>
 
+<section name="Tomcat Maven Plugin 2.1 Released" rtext="2013-02-25">
+<p>
+The Apache Tomcat team is pleased to
+<a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/201302.mbox/%3CCAPoyBqQwb6wHOFnOn5Pd3BoQ-TsvYMu%2BYeAjxSzcZRaX2ZR-hw%40mail.gmail.com%3E">announce</a>
+the release of Tomcat Maven Plugin 2.1.
+</p>
+<p>
+The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
+to manipulate WAR projects within the Apache Tomcat servlet container.
+</p>
+<p>
+The binaries are available from Maven repositories. You should specify the
+version in your project's plugin configuration:
+</p>
+<source><![CDATA[<plugin>
+  <groupId>org.apache.tomcat.maven</groupId>
+  <artifactId>tomcat7-maven-plugin</artifactId>
+  <version>2.1</version>
+</plugin>]]></source>
+<p>or</p>
+<source><![CDATA[<plugin>
+  <groupId>org.apache.tomcat.maven</groupId>
+  <artifactId>tomcat6-maven-plugin</artifactId>
+  <version>2.1</version>
+</plugin>]]></source>
+</section>
+
 <section name="Tomcat 7.0.37 Released" rtext="2013-02-18">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 7.0.37 of



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org